From 4ee90b4b9faad1dcfd67913be5c757d040db7c01 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 24 May 2024 12:03:11 +0200 Subject: [PATCH] impure-checks: unset `CLAN_DIR` Unset `CLAN_DIR` in the impure checks, so that it won't reference the users configuration. Fixes #1419 --- checks/impure/flake-module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/checks/impure/flake-module.nix b/checks/impure/flake-module.nix index a918c6c2..7683980b 100644 --- a/checks/impure/flake-module.nix +++ b/checks/impure/flake-module.nix @@ -7,6 +7,8 @@ #!${pkgs.bash}/bin/bash set -euo pipefail + unset CLAN_DIR + export PATH="${ lib.makeBinPath [ pkgs.gitMinimal