mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Remove GCC from Nix development shell
This commit is contained in:
parent
a5196b982b
commit
413d00e3e5
1 changed files with 2 additions and 2 deletions
|
|
@ -62,9 +62,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.stdenvNoCC.mkDerivation {
|
||||||
name = "angestoepselt-homepage-shell";
|
name = "angestoepselt-homepage-shell";
|
||||||
packages = [packages.devEnv];
|
nativeBuildInputs = [packages.devEnv];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue