about summary refs log tree commit diff
path: root/third_party/nix/tests/simple.nix
with import ./config.nix;

mkDerivation {
  name = "simple";
  builder = ./simple.builder.sh;
  PATH = "";
  goodPath = path;
}