mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
Revert "gnu: nix: Use HTTPS for package source."
This reverts commit cdb3cd4afa
.
Wrong patch revision.
This commit is contained in:
parent
f3e9dfc547
commit
76e39909e8
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ (define-public nix
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/NixOS/nix")
|
||||
(url "http://github.com/NixOS/nix")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue