@cryptotaxi247 / infra / commits / d78572b3

rhea: bump nixpkgs to latest nixos-23.05-small

• Updated input 'nixpkgs': 'github:NixOS/nixpkgs/52e3c9e18f8ff4a930b444675b6325552f12d104' (2023-08-20) → 'github:NixOS/nixpkgs/a1982c92d8980a0114372973cbdfe0a307f1bdea' (2024-01-12)

Pierre Bourdon committed Jan 24, 2024 at 12:46 UTC d78572b30e9f5c986c34fa95ac178cbaffbe47bb
2 files changed +7 -6
delft/rhea/flake.lock
+6 -5
@@ -145,17 +145,18 @@
145 },
146 "nixpkgs_3": {
147 "locked": {
148 - "lastModified": 1692543165,
149 - "narHash": "sha256-3Zar2aWrNbzSCnN2Q5A05zX1W9tvAqyibNkVJryID+c=",
148 + "lastModified": 1705033721,
149 + "narHash": "sha256-K5eJHmL1/kev6WuqyqqbS1cdNnSidIZ3jeqJ7GbrYnQ=",
150 "owner": "NixOS",
151 "repo": "nixpkgs",
152 - "rev": "52e3c9e18f8ff4a930b444675b6325552f12d104",
152 + "rev": "a1982c92d8980a0114372973cbdfe0a307f1bdea",
153 "type": "github"
154 },
155 "original": {
156 - "id": "nixpkgs",
156 + "owner": "NixOS",
157 "ref": "nixos-23.05-small",
158 - "type": "indirect"
158 + "repo": "nixpkgs",
159 + "type": "github"
160 }
161 },
162 "root": {
delft/rhea/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.05-small";
3 inputs.nix.follows = "hydra/nix";
4 inputs.hydra.url = "github:NixOS/hydra/nix-2.18";
5 inputs.hydra-scale-equinix-metal.url = "github:DeterminateSystems/hydra-scale-equinix-metal";