aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Jesus <adbjesus@gmail.com>2023-08-01 13:14:51 +0100
committerAlexandre Jesus <adbjesus@gmail.com>2023-08-01 13:14:51 +0100
commitdbf60816cb0c24e135926a0e6d21c33110fc3e86 (patch)
treef42b01b9be52918531e9ace2dd0671743630b8f3
parent6fe1e93a34aed2b3bcd98b5fb6bc1c8c1790d2e7 (diff)
downloadadbjesus.com-dbf60816cb0c24e135926a0e6d21c33110fc3e86.tar.gz
adbjesus.com-dbf60816cb0c24e135926a0e6d21c33110fc3e86.zip
flake.nix: remove unused forAllSystems function
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 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 {