diff options
Diffstat (limited to 'flake.nix')
-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 { |