hanafuda/shell.nix

10 lines
113 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
just
librsvg
tup
];
}