nix-super/tests/simple.nix

9 реда
128 Б
Nix
Директно Normal View История

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