Remove bscpkgs flake from registry and add a top level common package set #65
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "hostpkgs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This MR attempts to simplify the usage of the jungle flake by providing top-level packages:
We do it by taking the hut pkgs set, which is equal in all other nodes (for now).
Additionally, the bscpkgs flake has been removed from the registry to prevent accidental usage of a different input nixpkgs:
It is available under
jungle#bscpkgs
with the correct inputs, in case it is needed:BSC packages are available directly under
bsc.
:We also remove the registry network lookup by manually specifying the entries from disk, so we can accelerate the evaluations.
requested review from @arocanon
assigned to @rarias
approved this merge request