nix develop: Support derivations with multiple outputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user