From cfe528a4ffcf8452492e7b84529943444add9d55 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 23 Nov 2024 11:02:32 +0700 Subject: [PATCH] :bug: fix clan update (with password-store) --- flake.lock | 8 ++++---- flake.nix | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 427429f..2f23b13 100644 --- a/flake.lock +++ b/flake.lock @@ -81,11 +81,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1731998311, - "narHash": "sha256-3z84vmmymP+NmSb60bMnce179jiH25gH8Bquq1JOJtU=", + "lastModified": 1732311754, + "narHash": "sha256-iwOnUIYlBPdWNoBa01v5khGsFtsogQuAviG8n7kPORA=", "ref": "refs/heads/main", - "rev": "6f5ba08118c2865456eabe5e28209bb9f23792c5", - "revCount": 4742, + "rev": "0261d5905303090b0300042a06ae417953958e7a", + "revCount": 4841, "type": "git", "url": "https://git.clan.lol/clan/clan-core" }, diff --git a/flake.nix b/flake.nix index 291edaf..843e710 100644 --- a/flake.nix +++ b/flake.nix @@ -179,6 +179,7 @@ nixpkgs.pkgs = meta.pkgs; nixpkgs.hostPlatform = meta.system; clan.core.facts.secretStore = "password-store"; + clan.core.vars.settings.secretStore = "password-store"; imports = modules