Remove GCC from Nix development shell

This commit is contained in:
Yannik Rödel 2023-05-12 15:10:52 +00:00
parent a5196b982b
commit 413d00e3e5

View file

@ -62,9 +62,9 @@
};
};
devShells.default = pkgs.mkShell {
devShells.default = pkgs.stdenvNoCC.mkDerivation {
name = "angestoepselt-homepage-shell";
packages = [packages.devEnv];
nativeBuildInputs = [packages.devEnv];
};
});
}