mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
tests/functional/nix-shell.sh: Fix Polo test for VM test
It is unclear to me why this worked when not in a VM test, but the explanation would be in the part of nix-shell we're getting rid of with the devShell attribute.
This commit is contained in:
parent
0f8a655023
commit
e1106b45a3
@ -56,6 +56,7 @@ let pkgs = rec {
|
||||
# See nix-shell.sh
|
||||
polo = mkDerivation {
|
||||
name = "polo";
|
||||
inherit stdenv;
|
||||
shellHook = ''
|
||||
echo Polo
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user