my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nix-shell-generate: use mkShellNoCC

june 66f874f6 21bcf906

+1 -1
+1 -1
external/scripts/nix-shell-generate.sh
··· 39 39 cat >>"$filename" <<'EOF' 40 40 ++ (mainPkg.nativeBuildInputs or [ ]); 41 41 in 42 - pkgs.mkShell { 42 + pkgs.mkShellNoCC { 43 43 packages = pkgInputs; 44 44 45 45 shellHook = ''