about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-29 11:16:50 +0200
committerGitHub <noreply@github.com>2022-10-29 11:16:50 +0200
commit60b1608ad793c763ffbeabddc95dba7b4ed9cbc8 (patch)
treea5383912836825e4eea93bfee5cd0ea45a277710 /pkgs/tools
parent19f597b8cc2dd2ab41ae77a4ad607876007a7da8 (diff)
parent3a10bbd4be77064ea2e71ca6ad821e8488f58c4b (diff)
Merge pull request #197594 from SamLukeYes/arch-install-scripts
arch-install-scripts: 26 -> 27
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/arch-install-scripts/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/tools/misc/arch-install-scripts/default.nix b/pkgs/tools/misc/arch-install-scripts/default.nix
index ae447896eb6c7..f8f2e10be85c4 100644
--- a/pkgs/tools/misc/arch-install-scripts/default.nix
+++ b/pkgs/tools/misc/arch-install-scripts/default.nix
@@ -22,13 +22,13 @@
 
 resholve.mkDerivation rec {
   pname = "arch-install-scripts";
-  version = "26";
+  version = "27";
 
   src = fetchFromGitHub {
     owner = "archlinux";
     repo = "arch-install-scripts";
     rev = "v${version}";
-    hash = "sha256-TRo1ANKSt3njw4HdBMUymMJDpTkL/i5/hdSqxHZnuYw=";
+    hash = "sha256-owJImToG8GIk1TfkSKJyXCu9RTJ1qYlvQ6DTMSazaeQ=";
   };
 
   nativeBuildInputs = [ asciidoc gnum4 ];
@@ -64,6 +64,8 @@ resholve.mkDerivation rec {
       # packages resholve should resolve executables from
       inputs = [ coreutils gawk gnugrep pacman util-linux ];
 
+      execer = [ "cannot:${pacman}/bin/pacman-key" ];
+
       # TODO: no good way to resolve mount/umount in Nix builds for now
       # see https://github.com/abathur/resholve/issues/29
       fake = {