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