mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
6 lines
100 B
Nix
6 lines
100 B
Nix
{ bootPkgs, cabal-install }:
|
|
|
|
bootPkgs.callPackage ./base.nix {
|
|
inherit bootPkgs cabal-install;
|
|
}
|