DEBSOURCES
Skip Quicknav
sources / nautilus-python / 4.0.1-3 / shell.nix
12345678
{ pkgs ? null, doCheck ? true, }: import ./default.nix { inherit doCheck pkgs; shell = true; }