mirror of
https://github.com/nmattia/snack.git
synced 2024-11-24 12:16:17 +03:00
5 lines
105 B
Nix
5 lines
105 B
Nix
with { pkgs = import ./nix {}; };
|
|
pkgs.mkShell {
|
|
buildInputs = [ pkgs.packages.snack-exe pkgs.nix ];
|
|
}
|