about summary refs log tree commit diff
path: root/third_party/nix/tests/simple.nix
blob: 4223c0f23a5bf4f9d4302dde3b7eab8ea285e76b (plain) (blame)
1
2
3
4
5
6
7
8
with import ./config.nix;

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