From e26672494c6352c3a4a7ae3185b5e7cf90f249b1 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 25 May 2023 09:31:41 +0000 Subject: [PATCH] flake: dev-shells: use 'mkShellNoCC' We don't need compilers. --- flake/dev-shells.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake/dev-shells.nix b/flake/dev-shells.nix index 82d9581..d5f5989 100644 --- a/flake/dev-shells.nix +++ b/flake/dev-shells.nix @@ -2,7 +2,7 @@ { perSystem = { config, pkgs, ... }: { devShells = { - default = pkgs.mkShell { + default = pkgs.mkShellNoCC { name = "NixOS-config"; nativeBuildInputs = with pkgs; [