From 05a2bab24946ba0efe8f3339ff72bfd77e16d107 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 12 Apr 2023 21:12:04 +0200 Subject: [PATCH] Styx: Remove nixpkgs patch --- system/flakes/Styx.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/system/flakes/Styx.nix b/system/flakes/Styx.nix index 5a35afe..bec3df0 100644 --- a/system/flakes/Styx.nix +++ b/system/flakes/Styx.nix @@ -3,16 +3,6 @@ let default-system = "aarch64-darwin"; - patched-darwin = - let - src = nixpkgs.legacyPackages.${default-system}.applyPatches { - name = "nix-darwin"; - src = darwin; - patches = [ ]; - }; - in - nixpkgs.lib.fix (self: (import "${src}/flake.nix").outputs { inherit self nixpkgs; }); - overlay-x86 = _: _: { pkgs-x86 = import nixpkgs { system = "x86_64-darwin"; }; }; overlay-agenix = inputs.ragenix.overlays.default; overlay-attic = inputs.attic.overlays.default; @@ -35,7 +25,7 @@ let }; in { - system = patched-darwin.lib.darwinSystem { + system = darwin.lib.darwinSystem { system = default-system; modules = [ ../hosts/Styx.nix