Skip to content

Commit

Permalink
Merge pull request #197594 from SamLukeYes/arch-install-scripts
Browse files Browse the repository at this point in the history
arch-install-scripts: 26 -> 27
  • Loading branch information
SuperSandro2000 authored Oct 29, 2022
2 parents 19f597b + 3a10bbd commit 60b1608
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/tools/misc/arch-install-scripts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit 60b1608

Please sign in to comment.