mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Fix evaluation
This commit is contained in:
parent
55012ec0b9
commit
f539085e65
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{ nixpkgs, system, nix }:
|
{ 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 {
|
makeTest (let pkgA = pkgs.cowsay; pkgB = pkgs.wget; pkgC = pkgs.hello; in {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue