From 3ef10e73a544ab5a012f713f420eb8ae71cfe012 Mon Sep 17 00:00:00 2001 From: osscar <117449098+smonoscr@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:52:32 +0100 Subject: [PATCH] nix: remove leading dot in nativeBuildInputs (#948) Co-authored-by: osscar --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 62ac5662..93526431 100644 --- a/flake.nix +++ b/flake.nix @@ -71,7 +71,7 @@ nativeBuildInputs = with pkgs; [ installShellFiles - .makeWrapper + makeWrapper ]; postInstall = ''