mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
7 lines
135 B
Bash
7 lines
135 B
Bash
mkdir $out
|
|
echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
|
|
|
|
ln -s $input2 $out/input-2
|
|
|
|
# Self-reference.
|
|
ln -s $out $out/self
|