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