hackens-org: comment things that do not exist

This commit is contained in:
Raito Bezarius 2021-12-14 19:20:59 +01:00
parent f8af811d90
commit 7c73645216

View file

@ -1,12 +1,12 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./static-website.nix # ./static-website.nix
./game2048.nix # ./game2048.nix
./casauth.nix # ./casauth.nix
./nds.nix # ./nds.nix
./prez.nix # ./prez.nix
./public.nix # ./public.nix
./jarvis.nix # ./jarvis.nix
]; ];
} }