File: shell.nix

package info (click to toggle)
rust-io-keyring 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: makefile: 2; sh: 1
file content (7 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (2)
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,dbus,git-cliff,cargo-deny";
}