sourcephile
/
git
/
sourcephile-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
300406b
)
nix: fix nix download due to the website moving to Netlify
author
Julien Moutinho
<julm@sourcephile.fr>
Thu, 12 Mar 2020 17:35:05 +0000
(18:35 +0100)
committer
Julien Moutinho
<julm@sourcephile.fr>
Thu, 12 Mar 2020 17:35:05 +0000
(18:35 +0100)
.envrc
patch
|
blob
|
history
diff --git
a/.envrc
b/.envrc
index 32fc6d535ebe25f348af8a327f3899f446274788..8acc99601397d81cfced15581215fbbdfbc89fd2 100644
(file)
--- a/
.envrc
+++ b/
.envrc
@@
-18,7
+18,7
@@
then log_status "installing Nix core tools"
if test ! -s .config/nix/install -o ! -s .config/nix/install.asc
then
mkdir -p .config/nix
- (cd .config/nix; curl -OO https://nixos.org/releases/nix/nix-"$nix_version"/{install,install.asc})
+ (cd .config/nix; curl -
L
OO https://nixos.org/releases/nix/nix-"$nix_version"/{install,install.asc})
fi
test -e ~/.nix-profile/etc/profile.d/nix.sh || {
gpg --verify .config/nix/install.asc &&