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