mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
* Removed the `~' operator.
This commit is contained in:
parent
c172274e17
commit
a5ece7d016
3 changed files with 1 additions and 3 deletions
|
@ -9,7 +9,7 @@ let {
|
|||
|
||||
input2 = mkDerivation {
|
||||
name = "dependencies-input-2";
|
||||
builder = ./. ~ "dependencies.builder2.sh";
|
||||
builder = ./dependencies.builder2.sh;
|
||||
};
|
||||
|
||||
body = mkDerivation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue