flake: dev-shells: use 'mkShellNoCC'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

We don't need compilers.
This commit is contained in:
Bruno BELANYI 2023-05-25 09:31:41 +00:00
parent b80053d786
commit e26672494c

View file

@ -2,7 +2,7 @@
{ {
perSystem = { config, pkgs, ... }: { perSystem = { config, pkgs, ... }: {
devShells = { devShells = {
default = pkgs.mkShell { default = pkgs.mkShellNoCC {
name = "NixOS-config"; name = "NixOS-config";
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [