Skip to content
Snippets Groups Projects
Commit 497a6a3b authored by Daniel Firth's avatar Daniel Firth
Browse files

export legacyPackages

parent 32114997
Branches
No related merge requests found
......@@ -24,7 +24,7 @@
initialPackages = import ./overlay.nix;
nonHackagePackages = self: super: { };
};
hp' = pkgs.lib.filterAttrs
packages = pkgs.lib.filterAttrs
(n: v: v != null
&& builtins.typeOf v == "set"
&& pkgs.lib.hasAttr "type" v
......@@ -45,6 +45,7 @@
dhall-format = lint-utils.outputs.linters.x86_64-linux.dhall-format ./.;
nixpkgs-fmt = lint-utils.outputs.linters.x86_64-linux.nixpkgs-fmt ./.;
};
packages = hp';
legacyPackages = hsPkgs;
inherit packages;
});
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment