Changed Overlays

This commit is contained in:
2026-05-31 09:06:26 +02:00
parent 1ba87bb462
commit c4e3b755ce
3 changed files with 13 additions and 4 deletions
+3 -2
View File
@@ -15,8 +15,9 @@ in
vaultwarden.overrideAttrs (old: {
pname = "oidcwarden";
inherit src;
cargoDeps = rustPlatform.importCargoLock {
lockFile = "${src}/Cargo.lock";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-eGsYNaLYRCrTRaoyfhxnoeA2ytYeyGGvHnAbpEIayzs=";
};
postInstall = (old.postInstall or "") + ''
mv $out/bin/oidcwarden $out/bin/vaultwarden