Move demo to its own folder

This commit is contained in:
Tim Van Baak 2023-06-06 19:33:48 -07:00
parent cbccff0d30
commit b2e199f8f3
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
modules = [
nixos-shell.nixosModules.nixos-shell
self.nixosModules.intake
(import ./tests/demo.nix self)
(import ./demo self)
];
};
};