mirror of
https://github.com/nmattia/snack.git
synced 2024-11-28 03:45:45 +03:00
8 lines
98 B
Nix
8 lines
98 B
Nix
with { pkgs = import ./nix {}; };
|
|
{
|
|
inherit (pkgs.packages)
|
|
snack-lib
|
|
snack-exe
|
|
;
|
|
}
|