https://git.tonybtw.com/oxwm.git
git://git.tonybtw.com/oxwm.git
remove darwin systems
Diff
diff --git a/flake.nix b/flake.nix
index aafd179..8ba4419 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,7 +7,7 @@
self,
nixpkgs,
}: let
- systems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];
+ systems = ["x86_64-linux" "aarch64-linux"];
forAllSystems = fn: nixpkgs.lib.genAttrs systems (system: fn nixpkgs.legacyPackages.${system});
in {