mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos-test-driver: avoid top-level with in shell.nix
This commit is contained in:
parent
ca1657217d
commit
2b67819d55
1 changed files with 4 additions and 2 deletions
|
@ -1,2 +1,4 @@
|
|||
with import ../../.. {};
|
||||
pkgs.callPackage ./default.nix {}
|
||||
{
|
||||
pkgs ? import ../../.. { },
|
||||
}:
|
||||
pkgs.callPackage ./default.nix { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue