pkgs/vaultwarden: init at git-a2ad1dc
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m24s

This commit is contained in:
2025-09-02 00:39:12 +01:00
parent 84f15dfe31
commit 0c719603ec
4 changed files with 151 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ lib.mapAttrs (
else
# Namespaced package sets in regular attrsets.
prev.${name} // value
else if name == "vaultwarden" then
final.callPackage value { rustPlatform = final.unstable.rustPlatform; }
else
final.callPackage value { }
) pkgs