@cryptotaxi247 / infra / commits / 6844bf3f

delft: upgrade eris/rhea to nixos 23.11

Pierre Bourdon committed Feb 9, 2024 at 23:26 UTC 6844bf3f041a9194068318e41738b29b29307f96
2 files changed +8 -7
delft/flake.lock
+7 -6
@@ -155,17 +155,18 @@
155 },
156 "nixpkgs_3": {
157 "locked": {
158 - "lastModified": 1692543165,
159 - "narHash": "sha256-3Zar2aWrNbzSCnN2Q5A05zX1W9tvAqyibNkVJryID+c=",
158 + "lastModified": 1707479090,
159 + "narHash": "sha256-bu7KtDaTLL67VsYOJmIcPkERCnecxCeg3NwsLOxMGeU=",
160 "owner": "NixOS",
161 "repo": "nixpkgs",
162 - "rev": "52e3c9e18f8ff4a930b444675b6325552f12d104",
162 + "rev": "c1a3b4e3ddda756916b9bd86f55557c07f476911",
163 "type": "github"
164 },
165 "original": {
166 - "id": "nixpkgs",
167 - "ref": "nixos-23.05-small",
168 - "type": "indirect"
166 + "owner": "NixOS",
167 + "ref": "nixos-23.11-small",
168 + "repo": "nixpkgs",
169 + "type": "github"
170 }
171 },
172 "rfc39": {
delft/flake.nix
+1 -1
@@ -1,5 +1,5 @@
1 {
2 - inputs.nixpkgs.url = "nixpkgs/nixos-23.05-small";
2 + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11-small";
3 inputs.nix-netboot-serve.url = "github:DeterminateSystems/nix-netboot-serve";
4
5 inputs.rfc39.url = "github:NixOS/rfc39";