mirror of
https://github.com/awakesecurity/hocker.git
synced 2024-11-22 19:23:16 +03:00
8 lines
85 B
Nix
8 lines
85 B
Nix
let
|
|
pkgs = import ./nix/pkgs.nix;
|
|
|
|
in
|
|
{
|
|
inherit (pkgs.haskellPackages) hocker;
|
|
}
|