reorganize files

This commit is contained in:
Noah Masur
2022-07-25 23:15:26 -04:00
parent 2a4a8efa48
commit 6353ac188e
35 changed files with 61 additions and 68 deletions

View File

@ -72,9 +72,7 @@
# Format and install from nothing
apps = forAllSystems (system:
let pkgs = import nixpkgs { inherit system; };
in {
installer = import ./modules/system/installer.nix { inherit pkgs; };
});
in { installer = import ./apps/installer.nix { inherit pkgs; }; });
# Used to run commands and edit files in this repo
devShells = forAllSystems (system: