forked from DGNum/infrastructure
feat(vault01): Switch to nixos-unstable
This commit is contained in:
parent
13524c20f6
commit
d194b58813
2 changed files with 7 additions and 0 deletions
|
@ -40,5 +40,6 @@ builtins.mapAttrs mkNode {
|
||||||
|
|
||||||
vault01 = {
|
vault01 = {
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
|
nixpkgs = "unstable";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -130,6 +130,12 @@
|
||||||
"url": "https://releases.nixos.org/nixos/23.11/nixos-23.11.2728.6723fa4e4f1a/nixexprs.tar.xz",
|
"url": "https://releases.nixos.org/nixos/23.11/nixos-23.11.2728.6723fa4e4f1a/nixexprs.tar.xz",
|
||||||
"hash": "1iv40b5kiyajhdf6psf4fzajgn7mgb3a4m2hrdmllas1h2xdxh38"
|
"hash": "1iv40b5kiyajhdf6psf4fzajgn7mgb3a4m2hrdmllas1h2xdxh38"
|
||||||
},
|
},
|
||||||
|
"nixos-unstable": {
|
||||||
|
"type": "Channel",
|
||||||
|
"name": "nixos-unstable",
|
||||||
|
"url": "https://releases.nixos.org/nixos/unstable/nixos-24.05pre567746.317484b1ead8/nixexprs.tar.xz",
|
||||||
|
"hash": "1vqi5w5whmalbkjizxgybw54i7c1l530n8pkczs8jfkczd5cpnr3"
|
||||||
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"type": "Channel",
|
"type": "Channel",
|
||||||
"name": "nixpkgs-unstable",
|
"name": "nixpkgs-unstable",
|
||||||
|
|
Loading…
Reference in a new issue