diff options
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)) ]; |