The testing interface does not take nixpkgs as a parameter anymore => fix this
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user