File: shell.nix

package info (click to toggle)
rust-io-process 0.0.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: makefile: 2; sh: 1
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
{
  pimalaya ? import (fetchTarball "https://github.com/pimalaya/nix/archive/master.tar.gz"),
}:

pimalaya.mkShell {
  extraBuildInputs = "nixd,nixfmt-rfc-style,git-cliff,cargo-deny";
}