hanafuda/shell.nix

10 lines
113 B
Nix
Raw Permalink Normal View History

2022-01-16 20:16:47 +01:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
just
librsvg
tup
];
}