treewide: fix breakages
This commit is contained in:
parent
a6f43b43b2
commit
bd462ef842
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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 ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue