use mkShellNoCC
All checks were successful
build / test (pull_request) Successful in 20s
checks / test (pull_request) Successful in 21s

This commit is contained in:
Jörg Thalheim 2023-09-19 14:30:18 +02:00
parent bcdf2b9b45
commit 2106051ae9

View File

@ -4,7 +4,7 @@
, pkgs
, ...
}: {
devShells.default = pkgs.mkShell {
devShells.default = pkgs.mkShellNoCC {
packages = [
pkgs.bashInteractive
pkgs.sops