Skip to content

Commit ba0c21a

Browse files
committed
tests/lib/test-base: also use non-interactive installer url
1 parent 9e26e21 commit ba0c21a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/test-base.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ test:
22
{ pkgs ? import <nixpkgs> { }
33
, nixos-anywhere ? pkgs.callPackage ../../src { }
44
, disko ? "${builtins.fetchTarball "https://github.com/nix-community/disko/archive/master.tar.gz"}/module.nix"
5-
, kexec-installer ? builtins.fetchurl "https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-${pkgs.stdenv.hostPlatform.system}.tar.gz"
5+
, kexec-installer ? builtins.fetchurl "https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-noninteractive-${pkgs.stdenv.hostPlatform.system}.tar.gz"
66
, ...
7-
}@args:
7+
}:
88
let
99
inherit (pkgs) lib;
1010
nixos-lib = import (pkgs.path + "/nixos/lib") { };

0 commit comments

Comments
 (0)