File: shell.nix

package info (click to toggle)
rust-pikchr 0.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 440 kB
  • sloc: ansic: 6,736; makefile: 42; sh: 1
file content (3 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (2)
1
2
3
{ pkgs ? import <nixpkgs> { } }:

pkgs.mkShell { buildInputs = with pkgs; [ stdenv ]; }