Skip to content

Commit

Permalink
Remove unnecessary lib.getExe'
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 1, 2023
1 parent a6be4b6 commit 8609b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let
url = "https://github.com/babashka/babashka/releases/download/v${babashkaVersion}/babashka-${babashkaVersion}-linux-amd64.tar.gz";
hash = "sha256-2WzGw0GxJpL3owiSf24moZvAeQ8TKFSul1PRvKS3OWI=";
};
cleanEnv = ''${lib.getExe' coreutils "env"} -i PATH="$PATH" HOME="$HOME"'';
cleanEnv = ''env -i PATH="$PATH" HOME="$HOME"'';
in
{
it = pkgs.writeShellScriptBin "nix-alien-it" ''
Expand Down

0 comments on commit 8609b93

Please sign in to comment.