mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: nix: Use a source URL that doesn't break Guix.
Works around <http://issues.guix.gnu.org/49223>. * gnu/packages/package-management.scm (nix)[source]: Tweak URL.
This commit is contained in:
parent
c674636505
commit
06f7ed0d78
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ (define-public nix
|
|||
(version "2.3.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://nixos.org/releases/nix/nix-"
|
||||
(uri (string-append "https://releases.nixos.org/nix/nix-"
|
||||
version "/nix-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue