mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
nipkgs: update to 22.11
This commit is contained in:
parent
09a3d3aa16
commit
c9e224278f
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "NixOS configuration";
|
||||
inputs = {
|
||||
nix.url = "github:NixOS/nix";
|
||||
nixpkgs.url = "nixpkgs/nixos-22.05";
|
||||
nixpkgs.url = "nixpkgs/nixos-22.11";
|
||||
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
];
|
||||
|
||||
system = {
|
||||
stateVersion = "22.05";
|
||||
stateVersion = "22.11";
|
||||
autoUpgrade.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
|
||||
system = {
|
||||
stateVersion = "22.05";
|
||||
stateVersion = "22.11";
|
||||
autoUpgrade.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
};
|
||||
|
||||
system = {
|
||||
stateVersion = "22.05";
|
||||
stateVersion = "22.11";
|
||||
autoUpgrade.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue