kekl
This commit is contained in:
13
flake.nix
13
flake.nix
@ -17,12 +17,13 @@
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
pkgs-stable = nixpkgs-stable.legacyPackages.${system};
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
poggers = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [ ./configuration.nix ];
|
||||
specialArgs = {
|
||||
inherit pkgs-stable;
|
||||
nixosConfigurations = {
|
||||
poggers = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [ ./configuration.nix ];
|
||||
specialArgs = {
|
||||
inherit pkgs-stable;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user