Skip to content

Commit 731f73e

Browse files
committed
[OPS-1548] Update nix
Problem: The current nix version is quite old and does not work with flake registry created by newer nix versions. Solution: Update nix to version 2.32.4.
1 parent 058e526 commit 731f73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
inputs = {
1212
flake-compat.flake = false;
1313
naersk.url = "github:nix-community/naersk";
14-
nix.url = "github:nixos/nix?ref=2.21.4";
14+
nix.url = "github:nixos/nix?ref=2.32.4";
1515
rust-overlay = {
1616
url = "github:oxalica/rust-overlay";
1717
inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)