Adjust to the NixOS/Nixpkgs merge
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{ system, nix }:
|
||||
|
||||
with import <nixos/lib/testing.nix> { inherit system; };
|
||||
with import <nixpkgs/nixos/lib/testing.nix> { inherit system; };
|
||||
|
||||
makeTest ({ pkgs, ... }: let pkgA = pkgs.aterm; pkgB = pkgs.wget; in {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{ system, nix }:
|
||||
|
||||
with import <nixos/lib/testing.nix> { inherit system; };
|
||||
with import <nixpkgs/nixos/lib/testing.nix> { inherit system; };
|
||||
|
||||
makeTest ({ pkgs, ... }:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user