1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/simple-failing.nix
Alexander Bantyev 33926ed1e7
nix repl: add :log
Add a :log command that shows logs for a derivation.

Closes https://github.com/NixOS/nix/issues/3504

Co-authored-by: Taeer Bar-Yam <taeer@bar-yam.me>
2021-12-06 16:52:50 +03:00

9 lines
144 B
Nix

with import ./config.nix;
mkDerivation {
name = "simple-failing";
builder = ./simple-failing.builder.sh;
PATH = "";
goodPath = path;
}