summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-06 18:34:58 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-06 18:34:58 +0200
commit68f524d717bb53e5faee8c7ff0a1f9d18dccbead (patch)
tree173928c7ec4daf0f487946b46ded6190a3cf20f4 /tests
parentcd8eb8a7d1bd4d2405df9f0d6aeeaa3e24c7d593 (diff)
nix develop: Support derivations with multiple outputs
Diffstat (limited to 'tests')
-rw-r--r--tests/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/shell.nix b/tests/shell.nix
index 6cb4f082b..6ce59b416 100644
--- a/tests/shell.nix
+++ b/tests/shell.nix
@@ -24,6 +24,7 @@ let pkgs = rec {
VAR_FROM_NIX = "bar";
TEST_inNixShell = if inNixShell then "true" else "false";
inherit stdenv;
+ outputs = ["dev" "out"];
};
# Used by nix-shell -p