Skip to content

Commit

Permalink
more robust escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
fkz committed Nov 22, 2015
1 parent c80aaf9 commit 5ca5dda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions corepkgs/reproducable-derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ derivation {
args = ["-e" (__toFile "name" ''
#!/bin/bash
${coreutils}/mkdir -p $out/nix-support
${coreutils}/cat << EOF > $out/nix-support/source
${result}
EOF
${coreutils}/cp ${__toFile "result" result} $out/nix-support/source
'')];
system = builtins.currentSystem;
}

0 comments on commit 5ca5dda

Please sign in to comment.