host: Impreza

This commit is contained in:
2025-04-11 14:16:29 +03:00
committed by Sweetbread
parent a5d2aad596
commit 5912338271
7 changed files with 101 additions and 2 deletions

View File

@ -86,6 +86,21 @@
};
modules = [ ./host/Eclipse/configuration.nix ];
};
Impreza = nixpkgs.lib.nixosSystem {
specialArgs = {
pkgs-stable = import nixpkgs-stable {
inherit system;
config.allowUnfree = true;
};
pkgs-fixed = import nixpkgs-fixed {
inherit system;
config.allowUnfree = true;
};
inherit inputs system;
};
modules = [ ./host/Impreza/configuration.nix ];
};
};
devShells."${system}".default = let