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

We don't need compilers.
This commit is contained in:
Bruno BELANYI 2023-05-25 09:31:41 +00:00
parent b80053d786
commit e26672494c
1 changed files with 1 additions and 1 deletions

View File

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