mirror of
https://github.com/NixOS/nix
synced 2025-07-09 03:43:54 +02:00
parent
612fc76020
commit
cc9fe4dee7
13 changed files with 102 additions and 106 deletions
|
@ -5,4 +5,4 @@ source common.sh
|
|||
drv="$(nix-instantiate simple.nix)"
|
||||
cat "$drv"
|
||||
out="$(./test-libstoreconsumer/test-libstoreconsumer "$drv")"
|
||||
cat "$out/hello" | grep -F "Hello World!"
|
||||
grep -F "Hello World!" < "$out/hello"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue