mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: nix: Download source over HTTPS.
* gnu/packages/package-management.scm (nix)[source]: Use HTTPS.
This commit is contained in:
parent
84acc3d256
commit
082922642c
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ (define-public nix
|
|||
(version "2.3.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://nixos.org/releases/nix/nix-"
|
||||
(uri (string-append "https://nixos.org/releases/nix/nix-"
|
||||
version "/nix-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue