diff options
| author | seth <[email protected]> | 2024-01-21 06:00:24 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-21 06:00:24 -0500 |
| commit | d66395a5791feae196c24fd93fd7e6467050b3d0 (patch) | |
| tree | ee315bb5eaf09f1c45d9c2d587280e3b6829d9a4 /flake.nix | |
| parent | 5aa2e6c0c6e4c73d93307e9f70803237006afb28 (diff) | |
nix: use mkShellNoCC
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ self', ... }: { - default = pkgs.mkShell { + default = pkgs.mkShellNoCC { packages = with pkgs; [ deno actionlint |
