mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
nixos-test-driver: avoid top-level with in shell.nix
This commit is contained in:
parent
ca1657217d
commit
2b67819d55
@ -1,2 +1,4 @@
|
||||
with import ../../.. {};
|
||||
pkgs.callPackage ./default.nix {}
|
||||
{
|
||||
pkgs ? import ../../.. { },
|
||||
}:
|
||||
pkgs.callPackage ./default.nix { }
|
||||
|
Loading…
Reference in New Issue
Block a user