File: shell.nix

package info (click to toggle)
file-roller 44.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,884 kB
  • sloc: ansic: 34,077; xml: 275; python: 51; sh: 26; makefile: 18; javascript: 9
file content (8 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
{
  pkgs ? null,
  doCheck ? true,
}:
import ./default.nix {
  inherit doCheck pkgs;
  shell = true;
}