File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
tools/package-management/nix Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 rustPlatform ,
44 fetchFromGitHub ,
5- nixVersions ,
5+ nix ,
66 nix-update-script ,
77} :
88
@@ -20,9 +20,7 @@ rustPlatform.buildRustPackage rec {
2020 useFetchCargoVendor = true ;
2121 cargoHash = "sha256-7TR/xTc66WpPszJDrpisVvHXl2+FGrUOskZAkGyY04Q=" ;
2222
23- nativeBuildInputs = [
24- ( lib . getBin nixVersions . latest )
25- ] ;
23+ nativeBuildInputs = [ nix ] ;
2624
2725 env . CFG_RELEASE = version ;
2826
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ in lib.makeExtensible (self: ({
201201 self_attribute_name = "git" ;
202202 } ;
203203
204- latest = self . nix_2_25 ;
204+ latest = self . nix_2_26 ;
205205
206206 # The minimum Nix version supported by Nixpkgs
207207 # Note that some functionality *might* have been backported into this Nix version,
You can’t perform that action at this time.
0 commit comments