empyrean: upgrade to 24.05
This commit is contained in:
parent
50328c51b2
commit
3776fbdeda
20
flake.lock
20
flake.lock
|
@ -38,15 +38,15 @@
|
|||
],
|
||||
"nixos-shell": "nixos-shell",
|
||||
"nixpkgs": [
|
||||
"nixpkgs-2305"
|
||||
"nixpkgs-2405"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1714228469,
|
||||
"narHash": "sha256-0TJOgUp+fBYWWbBVHBkfIkSjeCnm4z0qNFANZxNSs2o=",
|
||||
"lastModified": 1719590135,
|
||||
"narHash": "sha256-zwg59WLPab5WFvpXGeo3qxYJd0eUjQRzz09643L4SEo=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "8828a4abefcb4626c32aa790398aa4c62eec059d",
|
||||
"revCount": 82,
|
||||
"rev": "40464e907809b17285dbf6309a90d6b27d91853b",
|
||||
"revCount": 85,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git"
|
||||
},
|
||||
|
@ -58,15 +58,15 @@
|
|||
"intake-sources": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs-2305"
|
||||
"nixpkgs-2405"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1700115142,
|
||||
"narHash": "sha256-EuLKiCD8AVQUEADh+TJoePc6GR+TKVvmbOb4Duld2gI=",
|
||||
"lastModified": 1719589502,
|
||||
"narHash": "sha256-jdG/Z4Rctp2uqjcHkAN0l1423yPwRxAGLfAJsw+EF+I=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "327a79479d80dc7c1760f32887b7f07723529d66",
|
||||
"revCount": 26,
|
||||
"rev": "c94a31206c1b07a85bf43493c602c5b42afd27c5",
|
||||
"revCount": 28,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake-sources.git"
|
||||
},
|
||||
|
|
|
@ -14,12 +14,12 @@
|
|||
};
|
||||
intake = {
|
||||
url = "git+ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs-2305";
|
||||
inputs.nixpkgs.follows = "nixpkgs-2405";
|
||||
inputs.flake-compat.follows = "flake-compat";
|
||||
};
|
||||
intake-sources = {
|
||||
url = "git+ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake-sources.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs-2305";
|
||||
inputs.nixpkgs.follows = "nixpkgs-2405";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -62,13 +62,12 @@
|
|||
./machine/centroid
|
||||
];
|
||||
};
|
||||
empyrean = nixpkgs-2305.lib.nixosSystem {
|
||||
empyrean = nixpkgs-2405.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
self.nixosModules.beatific
|
||||
intake.nixosModules.default
|
||||
intake-sources.nixosModules.default
|
||||
(pinNixpkgs nixpkgs-2305)
|
||||
./machine/empyrean
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue