From dca2d724c155799e537a898cb9f948f8afae4921 Mon Sep 17 00:00:00 2001 From: technofab Date: Sun, 11 May 2025 16:19:31 +0200 Subject: [PATCH] fix(flakeModule): use default shell for stdenvMinimal for max compatibility --- lib/flakeModule.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/flakeModule.nix b/lib/flakeModule.nix index 1803b4f..8bafe41 100644 --- a/lib/flakeModule.nix +++ b/lib/flakeModule.nix @@ -17,7 +17,6 @@ preHook = ""; allowedRequisites = null; initialPath = [pkgs.coreutils pkgs.findutils]; - shell = "/bin/bash"; extraNativeBuildInputs = []; };