Skip to content

Commit

Permalink
more robust escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
fkz committed Jan 21, 2016
1 parent 075869e commit 955e81e
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 955e81e

Please sign in to comment.