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
|
, system ? builtins.currentSystem
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with import ../lib/testing.nix { inherit nixpkgs system; };
|
with import ../lib/testing.nix { inherit system; };
|
||||||
|
|
||||||
runInMachine {
|
runInMachine {
|
||||||
drv = (import nixpkgs { }).aterm;
|
drv = (import nixpkgs { }).aterm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user