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

@@ -24,7 +24,6 @@
config.allowUnfree = true;
overlays = [
inputs.agenix.overlays.default
(import ../overlays/default.nix)
(final: prev: {
unstable = import inputs.nixpkgs-unstable {
config = {
@@ -33,6 +32,7 @@
system = final.system;
};
})
(import ../overlays/default.nix)
];
};