🐛 fix clan update (with password-store)
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 3h21m52s

This commit is contained in:
Ingolf Wagner 2024-11-23 11:02:32 +07:00
parent d1264e3b47
commit cfe528a4ff
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 5 additions and 4 deletions

View file

@ -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"
},

View file

@ -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