about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--darwin/darwin-x86.nix8
-rw-r--r--home/default.nix2
2 files changed, 1 insertions, 9 deletions
diff --git a/darwin/darwin-x86.nix b/darwin/darwin-x86.nix
deleted file mode 100644
index 30baf23..0000000
--- a/darwin/darwin-x86.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ unstable, ... }:
-
-final: prev: prev.lib.optionalAttrs (prev.stdenv.system == "aarch64-darwin") {
-  # Add access to x86 packages system is running Apple Silicon
-  pkgs-x86 = import unstable {
-    system = "x86_64-darwin";
-  };
-}
diff --git a/home/default.nix b/home/default.nix
index be1105f..89cf8e1 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -22,7 +22,7 @@
   "o32@kompakt" = self.lib.mkHome {
     username = "o32";
     hostname = "kompakt";
-    pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default (import ../darwin/darwin-x86.nix { inherit unstable; }) ]; };
+    pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default ]; };
 
     extraModules = [
       ./profiles/populate.nix