From dbf60816cb0c24e135926a0e6d21c33110fc3e86 Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Tue, 1 Aug 2023 13:14:51 +0100 Subject: flake.nix: remove unused forAllSystems function --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5dcb756..e6f3b28 100644 --- a/flake.nix +++ b/flake.nix @@ -10,8 +10,6 @@ outputs = { self, nixpkgs }: let systems = [ "x86_64-linux" ]; - forAllSystems = function: - nixpkgs.lib.genAttrs systems (system: function nixpkgs.legacyPackages.${system}); in rec { packages = nixpkgs.lib.genAttrs systems (system: { adbjesus-website = nixpkgs.legacyPackages.${system}.stdenv.mkDerivation { -- cgit v1.2.3