Files
NoteWrapper/shell.nix
T

8 lines
89 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.vivify
];
}