about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/lorri/fake-shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/lorri/fake-shell.nix')
-rw-r--r--nixpkgs/nixos/tests/lorri/fake-shell.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixpkgs/nixos/tests/lorri/fake-shell.nix b/nixpkgs/nixos/tests/lorri/fake-shell.nix
new file mode 100644
index 000000000000..9de9d247e542
--- /dev/null
+++ b/nixpkgs/nixos/tests/lorri/fake-shell.nix
@@ -0,0 +1,5 @@
+derivation {
+  system = builtins.currentSystem;
+  name = "fake-shell";
+  builder = ./builder.sh;
+}