nixos-test-driver: avoid top-level with in shell.nix
This commit is contained in:
committed by
Valentin Gagarin
parent
ca1657217d
commit
2b67819d55
@@ -1,2 +1,4 @@
|
|||||||
with import ../../.. {};
|
{
|
||||||
pkgs.callPackage ./default.nix {}
|
pkgs ? import ../../.. { },
|
||||||
|
}:
|
||||||
|
pkgs.callPackage ./default.nix { }
|
||||||
|
|||||||
Reference in New Issue
Block a user