This commit is contained in:
Kopatz
2024-05-22 16:01:47 +02:00
parent 8000a1db32
commit a7132f0326
4 changed files with 25 additions and 1 deletions

View File

@@ -61,7 +61,8 @@
specialArgs = specialArgs // { inherit inputs outputs; };
};
in {
packages.${system} = import ./pkgs { pkgs = nixpkgs-unstable.legacyPackages.${system}; };
packages.${system} =
import ./pkgs { pkgs = nixpkgs-unstable.legacyPackages.${system}; };
overlays = import ./overlays.nix { inherit inputs; };
nixosConfigurations = {