mirror of
https://github.com/nmattia/niv.git
synced 2024-11-08 08:26:02 +03:00
5 lines
89 B
Nix
5 lines
89 B
Nix
with { pkgs = import ./nix {}; };
|
|
pkgs.mkShell
|
|
{ buildInputs = [ pkgs.snack-exe ];
|
|
}
|