chore(nix): switch to no cc shell
This commit is contained in:
parent
b110745ac5
commit
ba732ff818
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
...
|
||||
}: {
|
||||
devShells.default = with pkgs;
|
||||
mkShell {
|
||||
mkShellNoCC {
|
||||
buildInputs = [bun];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue