1
1
mirror of https://github.com/nmattia/snack.git synced 2024-11-24 12:16:17 +03:00
snack/default.nix
2019-02-22 11:38:40 +01:00

8 lines
98 B
Nix

with { pkgs = import ./nix {}; };
{
inherit (pkgs.packages)
snack-lib
snack-exe
;
}