Switch fieldseeker to not do a top-level merge

This actually breaks on any servers that don't define the fieldseeker
deployments as an empty list. Instead we do the clunkier, but working,
import-then-merge-each-attr.
This commit is contained in:
Eli Ribble 2025-10-22 18:01:23 +00:00
parent b7b06ec63b
commit 7147413112
5 changed files with 150 additions and 185 deletions

View file

@ -13,7 +13,7 @@
type = "github";
owner = "Gleipnir-Technology";
repo = "fieldseeker-sync";
rev = "4cba4c5d2e32366a6f38184e053c3a2bd6166020";
rev = "6d02b1ff2da98f165390491f850d3f7bf04e600a";
};
home-manager = {
url = "github:nix-community/home-manager/release-25.05";