1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

* Removed the `~' operator.

This commit is contained in:
Eelco Dolstra 2010-04-01 16:59:07 +00:00
parent c172274e17
commit a5ece7d016
3 changed files with 1 additions and 3 deletions

View file

@ -9,7 +9,7 @@ let {
input2 = mkDerivation {
name = "dependencies-input-2";
builder = ./. ~ "dependencies.builder2.sh";
builder = ./dependencies.builder2.sh;
};
body = mkDerivation {