flake.nix: don't include C toolchain in devshell
This commit is contained in:
parent
7e3c6e4d45
commit
959e0a5a22
@ -96,7 +96,7 @@
|
||||
|
||||
inputs = pkgs.lib.mapAttrs (_: src: src.outPath) inputs;
|
||||
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
devShells.${system}.default = pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [ sops ];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user