tangled
alpha
login
or
join now
pluie.me
/
flake
2
fork
atom
All my system configs and packages in one repo
2
fork
atom
overview
issues
pulls
pipelines
flake: devshell does not need gcc
pluie.me
4 months ago
076193b5
7be2c3f9
verified
This commit was signed with the committer's
known signature
.
pluie.me
SSH Key Fingerprint:
SHA256:YtI1D7vlcZ4obaiJ4tQihtswcMhHKdfYZuc4whOX2y8=
0/1
ci.yml
failed
2m 27s
+1
-1
1 changed file
expand all
collapse all
unified
split
flake.nix
+1
-1
flake.nix
reviewed
···
95
95
{
96
96
packages = packages' pkgs;
97
97
98
98
-
devShells.default = pkgs.mkShell {
98
98
+
devShells.default = pkgs.mkShellNoCC {
99
99
packages = with pkgs; [
100
100
nil
101
101
nixfmt-rfc-style