mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Revert "nix: Fix version"
This reverts commit eac181da5d
.
There is still a patch that doesn't apply.
This commit is contained in:
parent
195d532a63
commit
b4ff1c052c
@ -196,7 +196,7 @@ in rec {
|
||||
|
||||
nixStable = callPackage common (rec {
|
||||
pname = "nix";
|
||||
version = "2.3.11";
|
||||
version = "2.3.10";
|
||||
src = fetchurl {
|
||||
url = "https://nixos.org/releases/nix/${pname}-${version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "a8a85e55de43d017abbf13036edfb58674ca136691582f17080c1cd12787b7ab";
|
||||
|
Loading…
Reference in New Issue
Block a user