22f3-roomplans/shell.nix

12 lines
128 B
Nix

{ nixpkgs ? import <nixpkgs> {} }:
with nixpkgs;
mkShell {
buildInputs = [
gauche
inkscape
poppler_utils
];
}