build deps

This commit is contained in:
Robin Appelman 2024-01-12 23:44:25 +01:00
commit f1f68181ea
3 changed files with 27 additions and 3 deletions

View file

@ -35,10 +35,11 @@
rustc = toolchain;
};
hostNaersk = naerskForTarget hostTarget;
src = lib.sources.sourceByRegex (lib.cleanSource ./.) ["Cargo.*" "src" "src/.*"];
nearskOpt = {
pname = "dispenser";
root = src;
inherit (pkgs.dispenser) src;
nativeBuildInputs = with pkgs; [
libsodium
pkg-config