mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-23 14:36:16 +02:00
7 lines
214 B
Bash
7 lines
214 B
Bash
mkdir $out
|
|
test "$firstOutput $secondOutput" = "$allOutputs"
|
|
test "$defaultOutput" = "$firstOutput"
|
|
test "$(cat $firstOutput/file)" = "second"
|
|
test "$(cat $secondOutput/file)" = "first"
|
|
|
|
echo "success" > $out/file
|