diff --git a/flake.nix b/flake.nix index 6bd5873..5951c06 100644 --- a/flake.nix +++ b/flake.nix @@ -6,10 +6,10 @@ }; outputs = { self, nixpkgs }: - with nixpkgs.lib; let + plats = nixpkgs.lib.platforms.unix; forAllSystems = fn: - genAttrs platforms.unix (system: + nixpkgs.lib.genAttrs plats (system: fn (import nixpkgs { inherit system; })