oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

remove darwin systems

Commit
dd2201b5e2a225ffbae7949153ca440940cf4f68
Parent
ad2ebbc
Author
emzywastaken <amiamemetoo@gmail.com>
Date
2025-10-10 22:01:50

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 {