treewide: fix breakages

This commit is contained in:
Nikodem Rabuliński 2025-06-02 20:13:33 +02:00
parent a6f43b43b2
commit bd462ef842
Signed by: nrabulinski
SSH key fingerprint: SHA256:eJRdE3KzMWWk9zrksGEv8+v6F+VqUVR++z2SSPyiL0I
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,8 @@
}; };
certificateScheme = "acme-nginx"; certificateScheme = "acme-nginx";
stateVersion = 2;
}; };
# TODO: Remove once SNM gets their shit together # TODO: Remove once SNM gets their shit together

View file

@ -13,7 +13,8 @@ rustPlatform.buildRustPackage {
inherit src; inherit src;
strictDeps = true; strictDeps = true;
cargoLock.lockFile = "${src}/Cargo.lock"; useFetchCargoVendor = true;
cargoHash = "sha256-gNcpB2LMZU18RIxVu+mJfa4+lB5rNIRcZ2DJPvZCdQo=";
nativeBuildInputs = [ rustPlatform.bindgenHook ]; nativeBuildInputs = [ rustPlatform.bindgenHook ];