forked from mirrors/nixpkgs
The testing interface does not take nixpkgs as a parameter anymore => fix this
This commit is contained in:
parent
c9b4e6fda2
commit
afdae66335
|
@ -1,8 +1,8 @@
|
|||
{ nixpkgs ? ../../nixpkgs
|
||||
{ nixpkgs ? <nixpkgs>
|
||||
, system ? builtins.currentSystem
|
||||
}:
|
||||
|
||||
with import ../lib/testing.nix { inherit nixpkgs system; };
|
||||
with import ../lib/testing.nix { inherit system; };
|
||||
|
||||
runInMachine {
|
||||
drv = (import nixpkgs { }).aterm;
|
||||
|
|
Loading…
Reference in a new issue