forked from lix-project/lix
Adjust to the NixOS/Nixpkgs merge
This commit is contained in:
parent
7bdb85453d
commit
672c3acc71
|
@ -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, ... }:
|
||||
|
||||
|
|
Loading…
Reference in a new issue