1
0
Fork 0

Styx: Remove nixpkgs patch

This commit is contained in:
Daniel Kempkens 2023-04-12 21:12:04 +02:00
parent e230e8ea54
commit 05a2bab249
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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