File: shell.nix

package info (click to toggle)
rust-lv2 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 124; sh: 19; makefile: 15
file content (4 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
    buildInputs = with pkgs.python3Packages; [sphinx recommonmark sphinx_rtd_theme];
}