From 093759f6df8bc224efdb4ec80bc7760411ab7c98 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 15 Oct 2022 18:47:27 +0900 Subject: feat(home/base-darwin): use system cc --- home/profiles/base-darwin/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'home/profiles/base-darwin') 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)) ]; -- cgit 1.4.1