mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
nixVersions: makeExtensible
This commit is contained in:
parent
f288a031bc
commit
269b515703
@ -34,7 +34,7 @@ let
|
|||||||
boehmgc = boehmgc-nix;
|
boehmgc = boehmgc-nix;
|
||||||
aws-sdk-cpp = aws-sdk-cpp-nix;
|
aws-sdk-cpp = aws-sdk-cpp-nix;
|
||||||
};
|
};
|
||||||
in rec {
|
in lib.makeExtensible (self: {
|
||||||
nix_2_3 = (common rec {
|
nix_2_3 = (common rec {
|
||||||
version = "2.3.16";
|
version = "2.3.16";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -63,7 +63,7 @@ in rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# FIXME: nix_2_6 is broken on aarch64-darwin for now.
|
# FIXME: nix_2_6 is broken on aarch64-darwin for now.
|
||||||
stable = nix_2_5;
|
stable = self.nix_2_5;
|
||||||
|
|
||||||
unstable = lib.lowPrio (common rec {
|
unstable = lib.lowPrio (common rec {
|
||||||
version = "2.7";
|
version = "2.7";
|
||||||
@ -75,4 +75,4 @@ in rec {
|
|||||||
sha256 = "sha256-aOM9MPNlnWNMobx4CuD4JIXH2poRlG8AKkuxY7FysWg=";
|
sha256 = "sha256-aOM9MPNlnWNMobx4CuD4JIXH2poRlG8AKkuxY7FysWg=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user