1
Fork 0
assets-holllo-org/shell.nix

8 lines
97 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell rec {
packages = [ inkscape python3 ];
}