Merge pull request #188777 from qowoz/nix211
This commit is contained in:
commit
031311f816
1 changed files with 7 additions and 1 deletions
|
@ -84,7 +84,13 @@ in lib.makeExtensible (self: {
|
||||||
patches = [ ./patches/flaky-tests.patch ];
|
patches = [ ./patches/flaky-tests.patch ];
|
||||||
};
|
};
|
||||||
|
|
||||||
stable = self.nix_2_10;
|
nix_2_11 = common {
|
||||||
|
version = "2.11.0";
|
||||||
|
sha256 = "sha256-9+rpYzI+SmxJn+EbYxjGv68Ucp22bdFUSy/4LkHkkDQ=";
|
||||||
|
patches = [ ./patches/flaky-tests.patch ];
|
||||||
|
};
|
||||||
|
|
||||||
|
stable = self.nix_2_11;
|
||||||
|
|
||||||
unstable = self.stable;
|
unstable = self.stable;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue