@@ -8,10 +8,9 @@
outputs = {
self,
nixpkgs,
systems,
}: let
eachSystem = f:
nixpkgs.lib.genAttrs (import systems) (system:
nixpkgs.lib.genAttrs ["x86_64-linux" "aarch64-linux"] (system:
f rec {
inherit system;
pkgs = nixpkgs.legacyPackages.${system};
The note is not visible to the blocked user.