rhea: update nixpkgs to 23.11
• Updated input 'nixpkgs': 'github:NixOS/nixpkgs/a1982c92d8980a0114372973cbdfe0a307f1bdea' (2024-01-12) → 'github:NixOS/nixpkgs/72d28a6d71c30f0242c18317520bc3f4d822e794' (2024-01-25)
Pierre Bourdon committed
Jan 25, 2024 at 22:07 UTC
733ac34578715a6642ea3aafac223660753a4e59
2 files changed
+5
-5
delft/rhea/flake.lock
+4
-4
@@ -144,16 +144,16 @@
144
},
145
"nixpkgs_3": {
146
"locked": {
147
- "lastModified": 1705033721,
148
- "narHash": "sha256-K5eJHmL1/kev6WuqyqqbS1cdNnSidIZ3jeqJ7GbrYnQ=",
147
+ "lastModified": 1706176172,
148
+ "narHash": "sha256-+kOLrH4DNw6EMITqXosMqoQUyIGWTMYVYcqALP8+PPc=",
149
"owner": "NixOS",
150
"repo": "nixpkgs",
151
- "rev": "a1982c92d8980a0114372973cbdfe0a307f1bdea",
151
+ "rev": "72d28a6d71c30f0242c18317520bc3f4d822e794",
152
"type": "github"
153
},
154
"original": {
155
"owner": "NixOS",
156
- "ref": "nixos-23.05-small",
156
+ "ref": "nixos-23.11-small",
157
"repo": "nixpkgs",
158
"type": "github"
159
}
delft/rhea/flake.nix
+1
-1
@@ -1,5 +1,5 @@
1
{
2
- inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small";
2
+ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11-small";
3
inputs.nix.follows = "hydra/nix";
4
inputs.hydra.url = "github:NixOS/hydra";
5
inputs.hydra-scale-equinix-metal.url = "github:DeterminateSystems/hydra-scale-equinix-metal";