mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 04:17:56 +08:00
6b26a03d1e
Refs: #624
9 lines
192 B
Nix
9 lines
192 B
Nix
{
|
|
pimalaya ? import (fetchTarball "https://github.com/pimalaya/nix/archive/master.tar.gz"),
|
|
...
|
|
}:
|
|
|
|
pimalaya.mkShell {
|
|
extraBuildInputs = "nixd,nixfmt-rfc-style,git-cliff,cargo-deny";
|
|
}
|