mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 18:14:06 +02:00
update deps
This commit is contained in:
parent
f552f9c6cf
commit
f93a8229e2
3 changed files with 924 additions and 481 deletions
11
flake.nix
11
flake.nix
|
|
@ -39,6 +39,10 @@
|
|||
nearskOpt = {
|
||||
pname = "dispenser";
|
||||
root = src;
|
||||
nativeBuildInputs = with pkgs; [
|
||||
libsodium
|
||||
pkg-config
|
||||
];
|
||||
};
|
||||
in rec {
|
||||
packages =
|
||||
|
|
@ -60,7 +64,12 @@
|
|||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [rust-bin.stable.latest.default bacon skopeo];
|
||||
nativeBuildInputs = with pkgs; [
|
||||
rust-bin.stable.latest.default
|
||||
bacon
|
||||
skopeo
|
||||
cargo-edit
|
||||
] ++ nearskOpt.nativeBuildInputs;
|
||||
};
|
||||
})
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue