diff options
author | Alexandre Jesus <adbjesus@gmail.com> | 2023-08-01 13:14:51 +0100 |
---|---|---|
committer | Alexandre Jesus <adbjesus@gmail.com> | 2023-08-01 13:14:51 +0100 |
commit | dbf60816cb0c24e135926a0e6d21c33110fc3e86 (patch) | |
tree | f42b01b9be52918531e9ace2dd0671743630b8f3 | |
parent | 6fe1e93a34aed2b3bcd98b5fb6bc1c8c1790d2e7 (diff) | |
download | adbjesus.com-dbf60816cb0c24e135926a0e6d21c33110fc3e86.tar.gz adbjesus.com-dbf60816cb0c24e135926a0e6d21c33110fc3e86.zip |
flake.nix: remove unused forAllSystems function
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 { |