aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/simple.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/simple.nix')
-rw-r--r--tests/functional/simple.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/functional/simple.nix b/tests/functional/simple.nix
new file mode 100644
index 000000000..4223c0f23
--- /dev/null
+++ b/tests/functional/simple.nix
@@ -0,0 +1,8 @@
+with import ./config.nix;
+
+mkDerivation {
+ name = "simple";
+ builder = ./simple.builder.sh;
+ PATH = "";
+ goodPath = path;
+}