mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
* Fix the runInMachine test.
svn path=/nixos/trunk/; revision=28428
This commit is contained in:
parent
45d8c418b5
commit
27a54b1761
@ -1,9 +1,8 @@
|
||||
{ nixpkgs ? ../../nixpkgs
|
||||
, services ? ../../services
|
||||
, system ? builtins.currentSystem
|
||||
}:
|
||||
|
||||
with import ../lib/testing.nix { inherit nixpkgs services system; };
|
||||
with import ../lib/testing.nix { inherit nixpkgs system; };
|
||||
|
||||
runInMachine {
|
||||
drv = (import nixpkgs { }).aterm;
|
||||
|
Loading…
Reference in New Issue
Block a user