Fix tests
This commit is contained in:
parent
005d1e4ccb
commit
b461721f17
3 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# Test Nix's remote build feature.
|
||||
|
||||
{ nixpkgs, nixos, system, nix }:
|
||||
{ system, nix }:
|
||||
|
||||
with import "${nixos}/lib/testing.nix" { inherit nixpkgs system; };
|
||||
with import <nixos/lib/testing.nix> { inherit system; };
|
||||
|
||||
makeTest ({ pkgs, ... }:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue