Unverified Commit 405bc70a authored by John Titor's avatar John Titor
Browse files

nil: pin to nix 2.23 to fix build

parent 5f7514af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
  cargoHash = "sha256-lyKPmzuZB9rCBI9JxhxlyDtNHLia8FXGnSgV+D/dwgo=";

  nativeBuildInputs = [
    (lib.getBin nixVersions.latest)
    (lib.getBin nixVersions.nix_2_23)
  ];

  env.CFG_RELEASE = version;