File: shell.nix

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

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