tries unstable again
This commit is contained in:
parent
0f8c57641f
commit
f8cd971b50
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
nixosModules.steam = import ./modules/steam;
|
nixosModules.steam = import ./modules/steam;
|
||||||
nixosModules.niriSystem = import ./modules/wm/niri-system;
|
nixosModules.niriSystem = import ./modules/wm/niri-system;
|
||||||
|
|
||||||
nixosConfigurations.dnsc-machine = inputs.nixpkgs-stable.lib.nixosSystem {
|
nixosConfigurations.dnsc-machine = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = { inherit inputs outputs; };
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue