This commit is contained in:
2026-02-19 09:54:30 +00:00
parent 3c779e8fe2
commit 68e2111b4c
4 changed files with 5 additions and 21 deletions

View File

@@ -5,11 +5,10 @@
outputs = {
self,
nixpkgs,
systems,
}: let
inherit (nixpkgs) lib;
eachSystem = f:
lib.genAttrs (import systems) (system:
lib.genAttrs ["aarch64-linux" "aarch64-darwin" "x86_64-linux" "x86_64-darwin"] (system:
f {
inherit system;
pkgs = nixpkgs.legacyPackages.${system};