mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02: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
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ let pkgs = rec {
|
||||||
# See nix-shell.sh
|
# See nix-shell.sh
|
||||||
polo = mkDerivation {
|
polo = mkDerivation {
|
||||||
name = "polo";
|
name = "polo";
|
||||||
|
inherit stdenv;
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo Polo
|
echo Polo
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue