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