flake: dev-shells: use 'mkShellNoCC'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
We don't need compilers.
This commit is contained in:
parent
b80053d786
commit
e26672494c
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
perSystem = { config, pkgs, ... }: {
|
||||
devShells = {
|
||||
default = pkgs.mkShell {
|
||||
default = pkgs.mkShellNoCC {
|
||||
name = "NixOS-config";
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue