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

9 lines
144 B
Nix
Raw Normal View History

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