From ba732ff818be258d763ae94d22a377d1010d6606 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 21 Oct 2024 10:45:54 +0200 Subject: [PATCH] chore(nix): switch to no cc shell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b8d99ef..107e96f 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ ... }: { devShells.default = with pkgs; - mkShell { + mkShellNoCC { buildInputs = [bun]; };