mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2025-01-06 03:06:58 +03:00
Make nix-build actually build both packages
This commit is contained in:
parent
bfede6f650
commit
70fb712323
@ -17,8 +17,10 @@
|
||||
then pkgs.lib.composeExtensions orig.overrides overlay
|
||||
else overlay;
|
||||
};
|
||||
in {
|
||||
haskellPackages =
|
||||
pkgs.haskellPackages.override overrideHaskellPackages;
|
||||
in {
|
||||
inherit (haskellPackages) hnix-store-core hnix-store-remote;
|
||||
inherit haskellPackages;
|
||||
inherit pkgs;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user