aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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 {