forked from lix-project/lix
Fix evaluation
This commit is contained in:
parent
55012ec0b9
commit
f539085e65
|
@ -2,7 +2,7 @@
|
|||
|
||||
{ nixpkgs, system, nix }:
|
||||
|
||||
with import (nixpkgs + /nixos/lib/testing.nix) { inherit system; };
|
||||
with import (nixpkgs + "/nixos/lib/testing.nix") { inherit system; };
|
||||
|
||||
makeTest (let pkgA = pkgs.cowsay; pkgB = pkgs.wget; pkgC = pkgs.hello; in {
|
||||
|
||||
|
|
Loading…
Reference in a new issue