fix(kachu-pc): 🐛 fixed not building flake

This commit is contained in:
2026-07-07 19:58:48 +03:00
parent 87cd737819
commit afe5d4b32a
3 changed files with 76 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
self,
nix-darwin,
nixpkgs,
spicetify-nix,
...
}: let
systems = ["x86_64-linux" "aarch64-darwin"];
forAllSystems = nixpkgs.lib.genAttrs systems;