mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
build: bump deps
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
pimalaya ? import (fetchTarball "https://github.com/pimalaya/nix/archive/master.tar.gz"),
|
||||
...
|
||||
}@args:
|
||||
}:
|
||||
|
||||
pimalaya.mkShell ({ rustToolchainFile = ./rust-toolchain.toml; } // removeAttrs args [ "pimalaya" ])
|
||||
pimalaya.mkShell {
|
||||
extraBuildInputs = "nixd,nixfmt-rfc-style,git-cliff,cargo-deny";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user