update deps

This commit is contained in:
Robin Appelman 2024-01-12 23:36:32 +01:00
commit f93a8229e2
3 changed files with 924 additions and 481 deletions

View file

@ -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;
};
})
// {