diff options
author | sefidel <contact@sefidel.net> | 2022-10-15 18:47:27 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-10-15 18:47:47 +0900 |
commit | 093759f6df8bc224efdb4ec80bc7760411ab7c98 (patch) | |
tree | 9a10d6a1d86961c254fc4633b8e00ed20555e36f /home/profiles/base-darwin | |
parent | c393f5956a0a1effce56ade35569913c17a8fee8 (diff) | |
download | nixrc-093759f6df8bc224efdb4ec80bc7760411ab7c98.tar.gz nixrc-093759f6df8bc224efdb4ec80bc7760411ab7c98.zip |
feat(home/base-darwin): use system cc
Diffstat (limited to 'home/profiles/base-darwin')
-rw-r--r-- | home/profiles/base-darwin/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix index 9cedf8d..703ba67 100644 --- a/home/profiles/base-darwin/default.nix +++ b/home/profiles/base-darwin/default.nix @@ -45,7 +45,6 @@ in # Common build tools (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override { extensions = [ "rust-src" ]; })) pkgs.go - pkgs.gcc (pkgs.writeShellScriptBin "0x0" (import ./scripts/0x0.nix)) ]; |