Update
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user