mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-04 05:27:01 +00:00
5 lines
100 B
Nix
5 lines
100 B
Nix
{ bootPkgs, cabal-install }:
|
|
|
|
bootPkgs.callPackage ./base.nix {
|
|
inherit bootPkgs cabal-install;
|
|
}
|