feature/ftb-app #14

Open
ahuston-0 wants to merge 8 commits from feature/ftb-app into main
4 changed files with 1 additions and 1 deletions
Showing only changes of commit 3d8b4d5639 - Show all commits

View File

@ -168,7 +168,7 @@
qcow = getImages nixosConfigurations "qcow";
};
packages = import ./packages { pkgs = nixpkgs.legacyPackages.x86_64-linux; };
packages = import ./pkgs { pkgs = nixpkgs.legacyPackages.x86_64-linux; };
checks = import ./checks.nix { inherit inputs forEachSystem formatter; };
devShells = import ./shell.nix { inherit inputs forEachSystem checks; };