flake: dev-shells: use 'mkShellNoCC'
ci/woodpecker/push/check Pipeline was successful
Details
ci/woodpecker/push/check Pipeline was successful
Details
We don't need compilers.deploy-rs-exploration
parent
b80053d786
commit
e26672494c
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
perSystem = { config, pkgs, ... }: {
|
||||
devShells = {
|
||||
default = pkgs.mkShell {
|
||||
default = pkgs.mkShellNoCC {
|
||||
name = "NixOS-config";
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
|
Loading…
Reference in New Issue