test: this is not working :,(

This commit is contained in:
ooks-io 2023-09-15 14:34:46 +12:00
parent 2fa8c8c00b
commit d100c2449f
7 changed files with 25 additions and 38 deletions

View file

@ -35,7 +35,7 @@
homeManagerModules = import ./modules/home-manager;
#overlays = import ./overlays { inherit inputs outputs; };
overlays = import ./overlays { inherit inputs outputs; };
packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; });
devShells = forEachSystem (pkgs: import ./shell.nix { inherit pkgs; });