mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Substitute fixes.
This commit is contained in:
parent
b9ecadee6e
commit
9d56ca219f
8 changed files with 86 additions and 36 deletions
|
@ -38,7 +38,7 @@ while (<CONFFILE>) {
|
|||
# Nix archive from the network.
|
||||
my $fetch =
|
||||
"App(IncludeFix(\"fetchurl/fetchurl.fix\"), " .
|
||||
"[(\"url\", \"$url/$fn\"), (\"hash\", \"\")])";
|
||||
"[(\"url\", \"$url/$fn\"), (\"md5\", \"ignore\")])";
|
||||
my $fixexpr =
|
||||
"App(IncludeFix(\"nar/unnar.fix\"), " .
|
||||
"[ (\"nar\", $fetch)" .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue