File: shell.nix

package info (click to toggle)
nautilus-python 4.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: xml: 1,713; ansic: 619; python: 250; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
{
  pkgs ? null,
  doCheck ? true,
}:
import ./default.nix {
  inherit doCheck pkgs;
  shell = true;
}