We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e26e21 commit ba0c21aCopy full SHA for ba0c21a
tests/lib/test-base.nix
@@ -2,9 +2,9 @@ test:
2
{ pkgs ? import <nixpkgs> { }
3
, nixos-anywhere ? pkgs.callPackage ../../src { }
4
, 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"
+, 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"
6
, ...
7
-}@args:
+}:
8
let
9
inherit (pkgs) lib;
10
nixos-lib = import (pkgs.path + "/nixos/lib") { };
0 commit comments