From 0445837cc7aeb9ad73c51f20ba0b71295be367cc Mon Sep 17 00:00:00 2001 From: Yureka Date: Mon, 31 Jul 2023 14:10:04 +0200 Subject: [PATCH] nixos/fish: fix cross build --- nixos/modules/programs/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/fish.nix b/nixos/modules/programs/fish.nix index 478f07d01310..8b78d3d9e2b2 100644 --- a/nixos/modules/programs/fish.nix +++ b/nixos/modules/programs/fish.nix @@ -37,7 +37,7 @@ let babelfishTranslate = path: name: pkgs.runCommandLocal "${name}.fish" { nativeBuildInputs = [ pkgs.babelfish ]; - } "${pkgs.babelfish}/bin/babelfish < ${path} > $out;"; + } "babelfish < ${path} > $out;"; in