drop overrides of nix version
This commit is contained in:
@@ -63,10 +63,8 @@ let
|
||||
nixpkgs' =
|
||||
runCommand "nixpkgs"
|
||||
{
|
||||
nativeBuildInputs = [
|
||||
# old nix version doesn't support --flake flag
|
||||
(if lib.versionAtLeast nix.version "2.24" then nix else nixVersions.latest)
|
||||
];
|
||||
# Not all versions have `nix flake update --flake` option
|
||||
nativeBuildInputs = [ nixVersions.stable ];
|
||||
}
|
||||
''
|
||||
mkdir $out
|
||||
|
||||
Reference in New Issue
Block a user