mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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 New Issue
Block a user