From ebd1be3428d5a70379553e681c431625dabc26ea Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 23 Mar 2024 14:23:28 -0700 Subject: [PATCH] Changes over time... --- common/deployment.nix | 42 +- deployments/fudo/flake.lock | 3211 ++++++++++++------ deployments/fudo/flake.nix | 7 +- deployments/informis/flake.lock | 5557 ++++++++++++++++++++++++++++++- deployments/informis/flake.nix | 4 +- deployments/seattle/flake.lock | 3201 ++++++++++++------ deployments/seattle/flake.nix | 4 +- 7 files changed, 9816 insertions(+), 2210 deletions(-) diff --git a/common/deployment.nix b/common/deployment.nix index 5625f39..e289678 100644 --- a/common/deployment.nix +++ b/common/deployment.nix @@ -1,39 +1,37 @@ { inputs, deployment-hosts, description, enable-rollback ? true, ... }: -with inputs.nixpkgs.lib; let +with inputs.nixpkgs.lib; +let network-config = { nixpkgs = inputs.nixpkgs; network = { inherit description; enableRollback = enable-rollback; - storage.legacy = { - databasefile = "~/.nixops/deployments.nixops"; - }; + storage.legacy = { databasefile = "~/.nixops/deployments.nixops"; }; }; }; - host-config = hostname: inputs.fudo-nixos.nixopsHostConfigurations.${hostname}; + host-config = hostname: + inputs.fudo-nixos.nixopsHostConfigurations.${hostname}; - host-ip = hostname: domain: let - zone-hosts = inputs.fudo-entities.entities.zones.${domain}.hosts; - in zone-hosts.${hostname}.ipv4-address; + host-ip = hostname: domain: + let zone-hosts = inputs.fudo-entities.entities.zones.${domain}.hosts; + in zone-hosts.${hostname}.ipv4-address; - host-uber-secrets = hostname: { config, ... }: let - uber-secrets = config.fudo.secrets.files.host-filesystem-keys; - in { - config.deployment.keys = mkIf (hasAttr hostname uber-secrets) - (mapAttrs (secret: secret-file: { - keyFile = secret-file; - user = "root"; - permissions = "0400"; - }) uber-secrets.${hostname}); - }; + host-uber-secrets = hostname: + { config, ... }: + let uber-secrets = config.fudo.secrets.files.host-filesystem-keys; + in { + config.deployment.keys = mkIf (hasAttr hostname uber-secrets) (mapAttrs + (secret: secret-file: { + keyFile = secret-file; + user = "root"; + permissions = "0400"; + }) uber-secrets.${hostname}); + }; in network-config // (mapAttrs (hostname: hostOpts: { - imports = [ - (host-config hostname) - (host-uber-secrets hostname) - ]; + imports = [ (host-config hostname) (host-uber-secrets hostname) ]; deployment.targetHost = host-ip hostname hostOpts.domain; }) deployment-hosts) diff --git a/deployments/fudo/flake.lock b/deployments/fudo/flake.lock index 8d7b50d..6252877 100644 --- a/deployments/fudo/flake.lock +++ b/deployments/fudo/flake.lock @@ -1,9 +1,121 @@ { "nodes": { + "arion": { + "inputs": { + "flake-parts": "flake-parts", + "haskell-flake": "haskell-flake", + "hercules-ci-effects": "hercules-ci-effects", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709606645, + "narHash": "sha256-yObjAl8deNvx1uIfQn7/vkB9Rnr0kqTo1HVrsk46l30=", + "owner": "hercules-ci", + "repo": "arion", + "rev": "d2d48c9ec304ac80c84ede138b8c6f298d07d995", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "arion", + "type": "github" + } + }, + "arion_2": { + "inputs": { + "flake-parts": "flake-parts_3", + "haskell-flake": "haskell-flake_2", + "hercules-ci-effects": "hercules-ci-effects_2", + "nixpkgs": "nixpkgs_3" + }, + "locked": { + "lastModified": 1709606645, + "narHash": "sha256-yObjAl8deNvx1uIfQn7/vkB9Rnr0kqTo1HVrsk46l30=", + "owner": "hercules-ci", + "repo": "arion", + "rev": "d2d48c9ec304ac80c84ede138b8c6f298d07d995", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "arion", + "type": "github" + } + }, + "arion_3": { + "inputs": { + "flake-parts": "flake-parts_5", + "haskell-flake": "haskell-flake_3", + "hercules-ci-effects": "hercules-ci-effects_3", + "nixpkgs": "nixpkgs_20" + }, + "locked": { + "lastModified": 1709606645, + "narHash": "sha256-yObjAl8deNvx1uIfQn7/vkB9Rnr0kqTo1HVrsk46l30=", + "owner": "hercules-ci", + "repo": "arion", + "rev": "d2d48c9ec304ac80c84ede138b8c6f298d07d995", + "type": "github" + }, + "original": { + "id": "arion", + "type": "indirect" + } + }, + "authentik-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707958053, + "narHash": "sha256-/FCwDO/kapCWgw7iPWhF+vpMGAJKPMNqEuNgE0+DHsM=", + "ref": "refs/heads/master", + "rev": "1b580545e64ccae1507476174d050f9bee345466", + "revCount": 25, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/authentik-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/authentik-container.git" + } + }, + "authoritative-dns": { + "inputs": { + "fudo-lib": "fudo-lib_2", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1710008093, + "narHash": "sha256-ROChGpYaklLrV27ikhiqmH9VNIS+9tM7luxSGcFrHxQ=", + "ref": "refs/heads/master", + "rev": "3700d10df6943d062860667470188ddbe2bcd896", + "revCount": 95, + "type": "git", + "url": "https://git.fudo.org/fudo-public/authoritative-dns.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/authoritative-dns.git" + } + }, "blobs": { "flake": false, "locked": { - "lastModified": 1684298638, + "lastModified": 0, "narHash": "sha256-Ri2mFXWPNLpuOJDer0FSVmDyswjZ6xUHoFq7eqlt1Ao=", "path": "/secrets/blobs", "type": "path" @@ -16,7 +128,7 @@ "blobs_2": { "flake": false, "locked": { - "lastModified": 1684298638, + "lastModified": 0, "narHash": "sha256-Ri2mFXWPNLpuOJDer0FSVmDyswjZ6xUHoFq7eqlt1Ao=", "path": "/secrets/blobs", "type": "path" @@ -56,7 +168,10 @@ "inputs": { "clj2nix": "clj2nix", "gitignore": "gitignore", - "nixpkgs": "nixpkgs_2", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], "utils": "utils_2" }, "locked": { @@ -78,7 +193,10 @@ "inputs": { "clj2nix": "clj2nix_2", "gitignore": "gitignore_2", - "nixpkgs": "nixpkgs_4", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], "utils": "utils_4" }, "locked": { @@ -99,7 +217,7 @@ "clj-nix": { "inputs": { "devshell": "devshell", - "flake-utils": "flake-utils_3", + "flake-utils": "flake-utils_2", "nixpkgs": [ "fudo-nixos", "fudo-home", @@ -109,11 +227,11 @@ ] }, "locked": { - "lastModified": 1663870497, - "narHash": "sha256-gnoyYWvZl64WBqR3tf9bKHAznEtBCHmwx7taHghH9Lw=", + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", "owner": "jlesquembre", "repo": "clj-nix", - "rev": "23d9daacc80e634df078c4c6e34d592e1593d84c", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", "type": "github" }, "original": { @@ -125,7 +243,7 @@ "clj-nix_10": { "inputs": { "devshell": "devshell_10", - "flake-utils": "flake-utils_15", + "flake-utils": "flake-utils_14", "nixpkgs": [ "fudo-nixos", "pricebot", @@ -149,7 +267,7 @@ "clj-nix_11": { "inputs": { "devshell": "devshell_11", - "flake-utils": "flake-utils_16", + "flake-utils": "flake-utils_15", "nixpkgs": [ "fudo-nixos", "snooper", @@ -174,7 +292,7 @@ "clj-nix_12": { "inputs": { "devshell": "devshell_12", - "flake-utils": "flake-utils_17", + "flake-utils": "flake-utils_16", "nixpkgs": [ "fudo-nixos", "suanni", @@ -199,7 +317,7 @@ "clj-nix_13": { "inputs": { "devshell": "devshell_13", - "flake-utils": "flake-utils_18", + "flake-utils": "flake-utils_17", "nixpkgs": [ "fudo-nixos", "tattler", @@ -224,7 +342,7 @@ "clj-nix_14": { "inputs": { "devshell": "devshell_14", - "flake-utils": "flake-utils_19", + "flake-utils": "flake-utils_18", "nixpkgs": [ "fudo-nixos", "tattler", @@ -250,7 +368,7 @@ "clj-nix_15": { "inputs": { "devshell": "devshell_15", - "flake-utils": "flake-utils_21", + "flake-utils": "flake-utils_20", "nixpkgs": [ "fudo-nixos", "wallfly", @@ -274,7 +392,7 @@ "clj-nix_16": { "inputs": { "devshell": "devshell_16", - "flake-utils": "flake-utils_23", + "flake-utils": "flake-utils_22", "nixpkgs": [ "fudo-secrets", "fudo-pkgs", @@ -283,11 +401,11 @@ ] }, "locked": { - "lastModified": 1663870497, - "narHash": "sha256-gnoyYWvZl64WBqR3tf9bKHAznEtBCHmwx7taHghH9Lw=", + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", "owner": "jlesquembre", "repo": "clj-nix", - "rev": "23d9daacc80e634df078c4c6e34d592e1593d84c", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", "type": "github" }, "original": { @@ -299,7 +417,7 @@ "clj-nix_17": { "inputs": { "devshell": "devshell_17", - "flake-utils": "flake-utils_24", + "flake-utils": "flake-utils_23", "nixpkgs": [ "fudo-secrets", "nexus", @@ -325,7 +443,7 @@ "clj-nix_18": { "inputs": { "devshell": "devshell_18", - "flake-utils": "flake-utils_25", + "flake-utils": "flake-utils_24", "nixpkgs": [ "fudo-secrets", "nexus", @@ -351,7 +469,7 @@ "clj-nix_19": { "inputs": { "devshell": "devshell_19", - "flake-utils": "flake-utils_26", + "flake-utils": "flake-utils_25", "nixpkgs": [ "fudo-secrets", "nexus", @@ -377,7 +495,7 @@ "clj-nix_2": { "inputs": { "devshell": "devshell_2", - "flake-utils": "flake-utils_5", + "flake-utils": "flake-utils_4", "nixpkgs": [ "fudo-nixos", "fudo-pkgs", @@ -386,11 +504,11 @@ ] }, "locked": { - "lastModified": 1663870497, - "narHash": "sha256-gnoyYWvZl64WBqR3tf9bKHAznEtBCHmwx7taHghH9Lw=", + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", "owner": "jlesquembre", "repo": "clj-nix", - "rev": "23d9daacc80e634df078c4c6e34d592e1593d84c", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", "type": "github" }, "original": { @@ -402,7 +520,7 @@ "clj-nix_3": { "inputs": { "devshell": "devshell_3", - "flake-utils": "flake-utils_7", + "flake-utils": "flake-utils_6", "nixpkgs": [ "fudo-nixos", "fudo-secrets", @@ -412,11 +530,11 @@ ] }, "locked": { - "lastModified": 1663870497, - "narHash": "sha256-gnoyYWvZl64WBqR3tf9bKHAznEtBCHmwx7taHghH9Lw=", + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", "owner": "jlesquembre", "repo": "clj-nix", - "rev": "23d9daacc80e634df078c4c6e34d592e1593d84c", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", "type": "github" }, "original": { @@ -428,7 +546,7 @@ "clj-nix_4": { "inputs": { "devshell": "devshell_4", - "flake-utils": "flake-utils_8", + "flake-utils": "flake-utils_7", "nixpkgs": [ "fudo-nixos", "fudo-secrets", @@ -455,7 +573,7 @@ "clj-nix_5": { "inputs": { "devshell": "devshell_5", - "flake-utils": "flake-utils_9", + "flake-utils": "flake-utils_8", "nixpkgs": [ "fudo-nixos", "fudo-secrets", @@ -482,7 +600,7 @@ "clj-nix_6": { "inputs": { "devshell": "devshell_6", - "flake-utils": "flake-utils_10", + "flake-utils": "flake-utils_9", "nixpkgs": [ "fudo-nixos", "fudo-secrets", @@ -509,7 +627,7 @@ "clj-nix_7": { "inputs": { "devshell": "devshell_7", - "flake-utils": "flake-utils_11", + "flake-utils": "flake-utils_10", "nixpkgs": [ "fudo-nixos", "nexus", @@ -535,7 +653,7 @@ "clj-nix_8": { "inputs": { "devshell": "devshell_8", - "flake-utils": "flake-utils_12", + "flake-utils": "flake-utils_11", "nixpkgs": [ "fudo-nixos", "nexus", @@ -561,7 +679,7 @@ "clj-nix_9": { "inputs": { "devshell": "devshell_9", - "flake-utils": "flake-utils_13", + "flake-utils": "flake-utils_12", "nixpkgs": [ "fudo-nixos", "nexus", @@ -608,7 +726,7 @@ "inputs": { "flake-compat": "flake-compat_11", "nixpkgs": "nixpkgs_22", - "utils": "utils_26" + "utils": "utils_27" }, "locked": { "lastModified": 1673786922, @@ -627,8 +745,8 @@ "clj2nix_11": { "inputs": { "flake-compat": "flake-compat_12", - "nixpkgs": "nixpkgs_24", - "utils": "utils_29" + "nixpkgs": "nixpkgs_23", + "utils": "utils_30" }, "locked": { "lastModified": 1673786922, @@ -647,8 +765,8 @@ "clj2nix_12": { "inputs": { "flake-compat": "flake-compat_13", - "nixpkgs": "nixpkgs_29", - "utils": "utils_35" + "nixpkgs": "nixpkgs_24", + "utils": "utils_36" }, "locked": { "lastModified": 1673786922, @@ -667,8 +785,8 @@ "clj2nix_13": { "inputs": { "flake-compat": "flake-compat_14", - "nixpkgs": "nixpkgs_31", - "utils": "utils_38" + "nixpkgs": "nixpkgs_25", + "utils": "utils_39" }, "locked": { "lastModified": 1673786922, @@ -687,8 +805,8 @@ "clj2nix_14": { "inputs": { "flake-compat": "flake-compat_15", - "nixpkgs": "nixpkgs_33", - "utils": "utils_41" + "nixpkgs": "nixpkgs_26", + "utils": "utils_42" }, "locked": { "lastModified": 1673786922, @@ -707,8 +825,8 @@ "clj2nix_15": { "inputs": { "flake-compat": "flake-compat_16", - "nixpkgs": "nixpkgs_35", - "utils": "utils_43" + "nixpkgs": "nixpkgs_27", + "utils": "utils_44" }, "locked": { "lastModified": 1673786922, @@ -727,15 +845,15 @@ "clj2nix_16": { "inputs": { "flake-compat": "flake-compat_17", - "nixpkgs": "nixpkgs_38", - "utils": "utils_48" + "nixpkgs": "nixpkgs_31", + "utils": "utils_50" }, "locked": { - "lastModified": 1654804151, - "narHash": "sha256-D/fRFmem9MoSWAmeK8VE6EMtfBRF3xPpEXp9AotW+K0=", + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", "owner": "hlolli", "repo": "clj2nix", - "rev": "a321028a6670fc6329272a4d1ac0054f0b25d920", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", "type": "github" }, "original": { @@ -747,8 +865,8 @@ "clj2nix_17": { "inputs": { "flake-compat": "flake-compat_18", - "nixpkgs": "nixpkgs_40", - "utils": "utils_50" + "nixpkgs": "nixpkgs_33", + "utils": "utils_52" }, "locked": { "lastModified": 1673786922, @@ -767,8 +885,8 @@ "clj2nix_18": { "inputs": { "flake-compat": "flake-compat_19", - "nixpkgs": "nixpkgs_42", - "utils": "utils_53" + "nixpkgs": "nixpkgs_34", + "utils": "utils_55" }, "locked": { "lastModified": 1673786922, @@ -787,8 +905,8 @@ "clj2nix_19": { "inputs": { "flake-compat": "flake-compat_20", - "nixpkgs": "nixpkgs_44", - "utils": "utils_56" + "nixpkgs": "nixpkgs_35", + "utils": "utils_58" }, "locked": { "lastModified": 1673786922, @@ -807,7 +925,7 @@ "clj2nix_2": { "inputs": { "flake-compat": "flake-compat_2", - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_2", "utils": "utils_3" }, "locked": { @@ -827,15 +945,15 @@ "clj2nix_3": { "inputs": { "flake-compat": "flake-compat_4", - "nixpkgs": "nixpkgs_5", + "nixpkgs": "nixpkgs_4", "utils": "utils_5" }, "locked": { - "lastModified": 1654804151, - "narHash": "sha256-D/fRFmem9MoSWAmeK8VE6EMtfBRF3xPpEXp9AotW+K0=", + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", "owner": "hlolli", "repo": "clj2nix", - "rev": "a321028a6670fc6329272a4d1ac0054f0b25d920", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", "type": "github" }, "original": { @@ -847,15 +965,15 @@ "clj2nix_4": { "inputs": { "flake-compat": "flake-compat_5", - "nixpkgs": "nixpkgs_7", + "nixpkgs": "nixpkgs_8", "utils": "utils_8" }, "locked": { - "lastModified": 1654804151, - "narHash": "sha256-D/fRFmem9MoSWAmeK8VE6EMtfBRF3xPpEXp9AotW+K0=", + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", "owner": "hlolli", "repo": "clj2nix", - "rev": "a321028a6670fc6329272a4d1ac0054f0b25d920", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", "type": "github" }, "original": { @@ -867,15 +985,15 @@ "clj2nix_5": { "inputs": { "flake-compat": "flake-compat_6", - "nixpkgs": "nixpkgs_10", - "utils": "utils_10" + "nixpkgs": "nixpkgs_13", + "utils": "utils_11" }, "locked": { - "lastModified": 1654804151, - "narHash": "sha256-D/fRFmem9MoSWAmeK8VE6EMtfBRF3xPpEXp9AotW+K0=", + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", "owner": "hlolli", "repo": "clj2nix", - "rev": "a321028a6670fc6329272a4d1ac0054f0b25d920", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", "type": "github" }, "original": { @@ -887,8 +1005,8 @@ "clj2nix_6": { "inputs": { "flake-compat": "flake-compat_7", - "nixpkgs": "nixpkgs_12", - "utils": "utils_12" + "nixpkgs": "nixpkgs_15", + "utils": "utils_13" }, "locked": { "lastModified": 1673786922, @@ -907,8 +1025,8 @@ "clj2nix_7": { "inputs": { "flake-compat": "flake-compat_8", - "nixpkgs": "nixpkgs_14", - "utils": "utils_15" + "nixpkgs": "nixpkgs_16", + "utils": "utils_16" }, "locked": { "lastModified": 1673786922, @@ -927,8 +1045,8 @@ "clj2nix_8": { "inputs": { "flake-compat": "flake-compat_9", - "nixpkgs": "nixpkgs_16", - "utils": "utils_18" + "nixpkgs": "nixpkgs_17", + "utils": "utils_19" }, "locked": { "lastModified": 1673786922, @@ -947,8 +1065,8 @@ "clj2nix_9": { "inputs": { "flake-compat": "flake-compat_10", - "nixpkgs": "nixpkgs_20", - "utils": "utils_23" + "nixpkgs": "nixpkgs_21", + "utils": "utils_24" }, "locked": { "lastModified": 1673786922, @@ -983,8 +1101,8 @@ "deployment-common": { "flake": false, "locked": { - "lastModified": 1684358125, - "narHash": "sha256-+OirrRnBKlLiJmIKpuob37LzGKUuyqQJf/T2hL1hGbE=", + "lastModified": 1704853879, + "narHash": "sha256-igYTVFpoiy4gyghEmjux9OfM4Mo+JpP0jyS3sGzwjOg=", "path": "/state/deploy/deploy/common", "type": "path" }, @@ -995,7 +1113,14 @@ }, "devshell": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": [ + "fudo-nixos", + "fudo-home", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], "nixpkgs": [ "fudo-nixos", "fudo-home", @@ -1021,7 +1146,7 @@ }, "devshell_10": { "inputs": { - "flake-utils": "flake-utils_14", + "flake-utils": "flake-utils_13", "nixpkgs": [ "fudo-nixos", "pricebot", @@ -1171,7 +1296,7 @@ }, "devshell_15": { "inputs": { - "flake-utils": "flake-utils_20", + "flake-utils": "flake-utils_19", "nixpkgs": [ "fudo-nixos", "wallfly", @@ -1195,7 +1320,13 @@ }, "devshell_16": { "inputs": { - "flake-utils": "flake-utils_22", + "flake-utils": [ + "fudo-secrets", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], "nixpkgs": [ "fudo-secrets", "fudo-pkgs", @@ -1319,7 +1450,13 @@ }, "devshell_2": { "inputs": { - "flake-utils": "flake-utils_4", + "flake-utils": [ + "fudo-nixos", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], "nixpkgs": [ "fudo-nixos", "fudo-pkgs", @@ -1344,7 +1481,14 @@ }, "devshell_3": { "inputs": { - "flake-utils": "flake-utils_6", + "flake-utils": [ + "fudo-nixos", + "fudo-secrets", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], "nixpkgs": [ "fudo-nixos", "fudo-secrets", @@ -1601,8 +1745,8 @@ "dnssec-ksks": { "flake": false, "locked": { - "lastModified": 1684298638, - "narHash": "sha256-jB53hHlzV/QvjedU38zpiZQl+43klmFsswMGhWonR7c=", + "lastModified": 1707248541, + "narHash": "sha256-EzzKxX6iGKrDPV8V2kaGj2Jg4s28xX7QgUcPKVucn7k=", "path": "/secrets/dnssec", "type": "path" }, @@ -1614,8 +1758,8 @@ "dnssec-ksks_2": { "flake": false, "locked": { - "lastModified": 1684298638, - "narHash": "sha256-jB53hHlzV/QvjedU38zpiZQl+43klmFsswMGhWonR7c=", + "lastModified": 1707248541, + "narHash": "sha256-EzzKxX6iGKrDPV8V2kaGj2Jg4s28xX7QgUcPKVucn7k=", "path": "/secrets/dnssec", "type": "path" }, @@ -1624,6 +1768,32 @@ "type": "path" } }, + "domain-secrets": { + "flake": false, + "locked": { + "lastModified": 1707962276, + "narHash": "sha256-5EBqxQLujMoiSWHhbIeyfzq8x3znS7xSEFupzd+ly3w=", + "path": "/secrets/domain-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/domain-secrets", + "type": "path" + } + }, + "domain-secrets_2": { + "flake": false, + "locked": { + "lastModified": 1707962276, + "narHash": "sha256-5EBqxQLujMoiSWHhbIeyfzq8x3znS7xSEFupzd+ly3w=", + "path": "/secrets/domain-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/domain-secrets", + "type": "path" + } + }, "doom-emacs": { "inputs": { "doom-emacs": "doom-emacs_2", @@ -1657,11 +1827,11 @@ "ws-butler": "ws-butler" }, "locked": { - "lastModified": 1683249650, - "narHash": "sha256-NwBzz2CHNtT0oDqAGewByQ5OFnAWf+ewHUrK0F44xZk=", + "lastModified": 1701264882, + "narHash": "sha256-MBXR7x7Ua8qystlGr+lenwjQd7dsFNFpEFmtHhh10zM=", "owner": "nix-community", "repo": "nix-doom-emacs", - "rev": "588ccf37fa9eb9d2ec787b91c989dcd6892983e9", + "rev": "f7413022370f24bb53cb450bfb2803233510113e", "type": "github" }, "original": { @@ -1690,11 +1860,11 @@ "doom-snippets": { "flake": false, "locked": { - "lastModified": 1676839496, - "narHash": "sha256-1Ay9zi0u1lycmEeFqIxr0RWH+JvH9BnzgRzkPeWEAYY=", + "lastModified": 1694887483, + "narHash": "sha256-KlKhruPSLPSKqUnr5/U65arm16VrY9ORzm+XKNZhpTQ=", "owner": "doomemacs", "repo": "snippets", - "rev": "fe4003014ae00b866f117cb193f711fd9d72fd11", + "rev": "f022984ee1318a4015d5d081b3c3dab5a60dc6ff", "type": "github" }, "original": { @@ -1738,15 +1908,15 @@ }, "entities": { "inputs": { - "fudo-lib": "fudo-lib_4", - "nixpkgs": "nixpkgs_9" + "fudo-lib": "fudo-lib_5", + "nixpkgs": "nixpkgs_10" }, "locked": { - "lastModified": 1683473493, - "narHash": "sha256-DhXGPS2w8ucsCRy254f2B+L2kza/WjncD/bK2t95mH0=", + "lastModified": 1707592324, + "narHash": "sha256-OpWILltoP+nN+xrVa/cYNrREfW631wdju7gIxLwP6Lo=", "ref": "refs/heads/master", - "rev": "038a50f8da3c7737f444710ad896a0bd2875fd9b", - "revCount": 134, + "rev": "bdf15c64e7753b0bb1ba1e6609ca8bf1efe8f712", + "revCount": 235, "type": "git", "url": "https://git.fudo.org/fudo-nix/entities.git" }, @@ -1757,15 +1927,15 @@ }, "entities_2": { "inputs": { - "fudo-lib": "fudo-lib_5", - "nixpkgs": "nixpkgs_37" + "fudo-lib": "fudo-lib_6", + "nixpkgs": "nixpkgs_28" }, "locked": { - "lastModified": 1683473493, - "narHash": "sha256-DhXGPS2w8ucsCRy254f2B+L2kza/WjncD/bK2t95mH0=", + "lastModified": 1707592324, + "narHash": "sha256-OpWILltoP+nN+xrVa/cYNrREfW631wdju7gIxLwP6Lo=", "ref": "refs/heads/master", - "rev": "038a50f8da3c7737f444710ad896a0bd2875fd9b", - "revCount": 134, + "rev": "bdf15c64e7753b0bb1ba1e6609ca8bf1efe8f712", + "revCount": 235, "type": "git", "url": "https://git.fudo.org/fudo-nix/entities.git" }, @@ -2011,11 +2181,11 @@ "flake-compat_17": { "flake": false, "locked": { - "lastModified": 1627913399, - "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=", + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", "owner": "edolstra", "repo": "flake-compat", - "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", "type": "github" }, "original": { @@ -2107,11 +2277,11 @@ "flake-compat_4": { "flake": false, "locked": { - "lastModified": 1627913399, - "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=", + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", "owner": "edolstra", "repo": "flake-compat", - "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", "type": "github" }, "original": { @@ -2123,11 +2293,11 @@ "flake-compat_5": { "flake": false, "locked": { - "lastModified": 1627913399, - "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=", + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", "owner": "edolstra", "repo": "flake-compat", - "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", "type": "github" }, "original": { @@ -2139,11 +2309,11 @@ "flake-compat_6": { "flake": false, "locked": { - "lastModified": 1627913399, - "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=", + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", "owner": "edolstra", "repo": "flake-compat", - "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", "type": "github" }, "original": { @@ -2200,16 +2370,152 @@ "type": "github" } }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709336216, + "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_2": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "arion", + "hercules-ci-effects", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "id": "flake-parts", + "type": "indirect" + } + }, + "flake-parts_3": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "frigate-container", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709336216, + "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_4": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "frigate-container", + "arion", + "hercules-ci-effects", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "id": "flake-parts", + "type": "indirect" + } + }, + "flake-parts_5": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "grafana-module", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709336216, + "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_6": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "grafana-module", + "arion", + "hercules-ci-effects", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "id": "flake-parts", + "type": "indirect" + } + }, "flake-utils": { "inputs": { "systems": "systems" }, "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { @@ -2264,21 +2570,6 @@ } }, "flake-utils_13": { - "locked": { - "lastModified": 1656928814, - "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_14": { "locked": { "lastModified": 1642700792, "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", @@ -2293,7 +2584,7 @@ "type": "github" } }, - "flake-utils_15": { + "flake-utils_14": { "locked": { "lastModified": 1644229661, "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", @@ -2308,6 +2599,21 @@ "type": "github" } }, + "flake-utils_15": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "flake-utils_16": { "locked": { "lastModified": 1656928814, @@ -2355,11 +2661,11 @@ }, "flake-utils_19": { "locked": { - "lastModified": 1656928814, - "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "lastModified": 1642700792, + "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", "owner": "numtide", "repo": "flake-utils", - "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", "type": "github" }, "original": { @@ -2370,11 +2676,11 @@ }, "flake-utils_2": { "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", "owner": "numtide", "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", "type": "github" }, "original": { @@ -2384,21 +2690,6 @@ } }, "flake-utils_20": { - "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_21": { "locked": { "lastModified": 1656928814, "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", @@ -2413,13 +2704,31 @@ "type": "github" } }, - "flake-utils_22": { + "flake-utils_21": { + "inputs": { + "systems": "systems_16" + }, "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_22": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", "type": "github" }, "original": { @@ -2473,28 +2782,16 @@ "type": "github" } }, - "flake-utils_26": { - "locked": { - "lastModified": 1656928814, - "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "flake-utils_3": { + "inputs": { + "systems": "systems_2" + }, "locked": { - "lastModified": 1656928814, - "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { @@ -2504,21 +2801,6 @@ } }, "flake-utils_4": { - "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_5": { "locked": { "lastModified": 1656928814, "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", @@ -2533,13 +2815,31 @@ "type": "github" } }, - "flake-utils_6": { + "flake-utils_5": { + "inputs": { + "systems": "systems_4" + }, "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_6": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", "type": "github" }, "original": { @@ -2610,6 +2910,28 @@ "type": "github" } }, + "frigate-container": { + "inputs": { + "arion": "arion_2", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701302959, + "narHash": "sha256-4AhEM9KNT2WG2HrYqzlr1GgG3y+N+RnUJaWtkEqwki0=", + "ref": "refs/heads/master", + "rev": "91032aa4fc2ded188b049d97523093cd0ae867fd", + "revCount": 23, + "type": "git", + "url": "https://git.fudo.org/fudo-public/frigate-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/frigate-container.git" + } + }, "fudo-entities": { "inputs": { "fudo-lib": "fudo-lib", @@ -2618,11 +2940,11 @@ ] }, "locked": { - "lastModified": 1684342863, - "narHash": "sha256-bx6TtJUv1x9PL7Ptecs0pA7LXAWzu7rxyiMlqZSKOrU=", + "lastModified": 1708044301, + "narHash": "sha256-V7cqPVcskdf3MvvGr9Yo5n4q2xxbAwG4/Fqhu9SHMpw=", "ref": "refs/heads/master", - "rev": "45f0457328e0bdf5dbc6c103af0d703d46d9a2b2", - "revCount": 138, + "rev": "4804ac7bc3533d662af04e75978225403637cf56", + "revCount": 236, "type": "git", "url": "ssh://fudo_git@git.fudo.org:2222/fudo-nix/entities.git" }, @@ -2633,18 +2955,18 @@ }, "fudo-entities_2": { "inputs": { - "fudo-lib": "fudo-lib_2", + "fudo-lib": "fudo-lib_3", "nixpkgs": [ "fudo-nixos", "nixpkgs" ] }, "locked": { - "lastModified": 1684342863, - "narHash": "sha256-bx6TtJUv1x9PL7Ptecs0pA7LXAWzu7rxyiMlqZSKOrU=", + "lastModified": 1708044301, + "narHash": "sha256-V7cqPVcskdf3MvvGr9Yo5n4q2xxbAwG4/Fqhu9SHMpw=", "ref": "refs/heads/master", - "rev": "45f0457328e0bdf5dbc6c103af0d703d46d9a2b2", - "revCount": 138, + "rev": "4804ac7bc3533d662af04e75978225403637cf56", + "revCount": 236, "type": "git", "url": "https://git.fudo.org/fudo-nix/entities.git" }, @@ -2666,11 +2988,11 @@ ] }, "locked": { - "lastModified": 1684433119, - "narHash": "sha256-LlrWMAsrI2ymQFU4WPPjSGY3PogDCxR62be/HF4UZI8=", + "lastModified": 1708051636, + "narHash": "sha256-mwv6Q6c9m/X/k9Xr9xVoUvzP3LJjXKh2epXRe7A9ugE=", "ref": "refs/heads/master", - "rev": "12e3c53bfc109f1785d366525d7d5a59fad46953", - "revCount": 329, + "rev": "74be3bcf575c11dcf12f7a4ae19c93954af0c649", + "revCount": 468, "type": "git", "url": "https://git.fudo.org/fudo-nix/home.git" }, @@ -2681,11 +3003,11 @@ }, "fudo-lib": { "locked": { - "lastModified": 1654117056, - "narHash": "sha256-Ray3c3Zv41Ax4MvTFY7pagfROUoXzS4x11l0EHFj9DE=", - "ref": "master", - "rev": "df53c13bb7f15336a2b0f110cef0a57af7089737", - "revCount": 68, + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", + "ref": "refs/heads/master", + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -2696,11 +3018,11 @@ }, "fudo-lib_2": { "locked": { - "lastModified": 1654117056, - "narHash": "sha256-Ray3c3Zv41Ax4MvTFY7pagfROUoXzS4x11l0EHFj9DE=", - "ref": "master", - "rev": "df53c13bb7f15336a2b0f110cef0a57af7089737", - "revCount": 68, + "lastModified": 1700242449, + "narHash": "sha256-LfetCw18YI5SFAWSHzKcZq4G1ClwiKBh4qhxZcj7IWQ=", + "ref": "refs/heads/master", + "rev": "04263beb7f170a1c535832461901173410ca81d8", + "revCount": 176, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -2711,11 +3033,11 @@ }, "fudo-lib_3": { "locked": { - "lastModified": 1684365012, - "narHash": "sha256-nxqOGxDnQLIqUM1taoaGcCc6SfEWmniegsNwCqp8Dbs=", + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", "ref": "refs/heads/master", - "rev": "179dda3ec621d1d7d02136f61c586d9d6a45acc8", - "revCount": 101, + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -2726,11 +3048,11 @@ }, "fudo-lib_4": { "locked": { - "lastModified": 1654117056, - "narHash": "sha256-Ray3c3Zv41Ax4MvTFY7pagfROUoXzS4x11l0EHFj9DE=", - "ref": "master", - "rev": "df53c13bb7f15336a2b0f110cef0a57af7089737", - "revCount": 68, + "lastModified": 1709939497, + "narHash": "sha256-+i2NXUV13PTV2ebxzgJughpkOdx9WvXdB8AZP7lHbzY=", + "ref": "refs/heads/master", + "rev": "e6109489d41c117e6c346db41826dcf969529a22", + "revCount": 227, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -2741,11 +3063,26 @@ }, "fudo-lib_5": { "locked": { - "lastModified": 1654117056, - "narHash": "sha256-Ray3c3Zv41Ax4MvTFY7pagfROUoXzS4x11l0EHFj9DE=", - "ref": "master", - "rev": "df53c13bb7f15336a2b0f110cef0a57af7089737", - "revCount": 68, + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", + "ref": "refs/heads/master", + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + } + }, + "fudo-lib_6": { + "locked": { + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", + "ref": "refs/heads/master", + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -2756,29 +3093,42 @@ }, "fudo-nixos": { "inputs": { + "arion": "arion", + "authentik-container": "authentik-container", + "authoritative-dns": "authoritative-dns", "chute": "chute", "chuteUnstable": "chuteUnstable", + "frigate-container": "frigate-container", "fudo-entities": "fudo-entities_2", "fudo-home": "fudo-home", - "fudo-lib": "fudo-lib_3", + "fudo-lib": "fudo-lib_4", "fudo-pkgs": "fudo-pkgs_2", "fudo-secrets": "fudo-secrets", + "grafana-module": "grafana-module", + "immich-container": "immich-container", + "lemmy-container": "lemmy-container", + "lemmy-docker": "lemmy-docker", + "mail-server": "mail-server", + "mastodon-container": "mastodon-container", + "matrix-module": "matrix-module", + "nextcloud-container": "nextcloud-container", "nexus": "nexus_2", "nixpkgs": [ "nixpkgs" ], - "nixpkgs2111": "nixpkgs2111", "nixpkgsUnstable": "nixpkgsUnstable", "objectifier": "objectifier", "pricebot": "pricebot", "snooper": "snooper", "suanni": "suanni", "tattler": "tattler", + "tesla-mate-container": "tesla-mate-container", + "textfiles": "textfiles", "wallfly": "wallfly" }, "locked": { - "lastModified": 1684444943, - "narHash": "sha256-uLtQspWJqGshbmc8ZHKtCB0vOp8llMGeC/BHYhzMoxE=", + "lastModified": 1710356050, + "narHash": "sha256-IfTJA83oWuvgtFE7B7bPcXF1Y00XlX4pkovsKW3fWJI=", "path": "/state/deploy/config", "type": "path" }, @@ -2793,11 +3143,11 @@ "unstableNixpkgs": "unstableNixpkgs" }, "locked": { - "lastModified": 1683322537, - "narHash": "sha256-2x/W/dvUqVPpE91mxIcrcOJL4ufE+9LNdJRgVeUour8=", + "lastModified": 1703103386, + "narHash": "sha256-+hQr7V6rVfG1wt49kkC3BgbLnsOkSfuJLCEo/ERjIfE=", "ref": "refs/heads/master", - "rev": "8013891628c1d709f28705e3f9b7c3f91481892b", - "revCount": 215, + "rev": "f975b9b4d0c0187cf70ff3f533486ca30c471083", + "revCount": 260, "type": "git", "url": "https://git.fudo.org/fudo-nix/pkgs.git" }, @@ -2808,15 +3158,16 @@ }, "fudo-pkgs_2": { "inputs": { + "google-photo-uploader-flake": "google-photo-uploader-flake", "helpers": "helpers_2", "unstableNixpkgs": "unstableNixpkgs_2" }, "locked": { - "lastModified": 1683322537, - "narHash": "sha256-2x/W/dvUqVPpE91mxIcrcOJL4ufE+9LNdJRgVeUour8=", + "lastModified": 1708888433, + "narHash": "sha256-WV4uPX/wsqaH406OGhRst9mBLJj2WCatV5lAL0jfpWM=", "ref": "refs/heads/master", - "rev": "8013891628c1d709f28705e3f9b7c3f91481892b", - "revCount": 215, + "rev": "08b3f97c8e03d0bf42878caab5261a6119341201", + "revCount": 294, "type": "git", "url": "https://git.fudo.org/fudo-nix/pkgs.git" }, @@ -2827,15 +3178,16 @@ }, "fudo-pkgs_3": { "inputs": { + "google-photo-uploader-flake": "google-photo-uploader-flake_2", "helpers": "helpers_3", "unstableNixpkgs": "unstableNixpkgs_3" }, "locked": { - "lastModified": 1683322537, - "narHash": "sha256-2x/W/dvUqVPpE91mxIcrcOJL4ufE+9LNdJRgVeUour8=", + "lastModified": 1707689166, + "narHash": "sha256-kV69NbGYO51wCdWBJaseXdPuD0uJ8YE4BH6Ljc8nqyw=", "ref": "refs/heads/master", - "rev": "8013891628c1d709f28705e3f9b7c3f91481892b", - "revCount": 215, + "rev": "6f3717c9a958991c6d686605274816590ed36cd0", + "revCount": 293, "type": "git", "url": "https://git.fudo.org/fudo-nix/pkgs.git" }, @@ -2846,15 +3198,16 @@ }, "fudo-pkgs_4": { "inputs": { + "google-photo-uploader-flake": "google-photo-uploader-flake_3", "helpers": "helpers_14", "unstableNixpkgs": "unstableNixpkgs_4" }, "locked": { - "lastModified": 1683322537, - "narHash": "sha256-2x/W/dvUqVPpE91mxIcrcOJL4ufE+9LNdJRgVeUour8=", + "lastModified": 1707689166, + "narHash": "sha256-kV69NbGYO51wCdWBJaseXdPuD0uJ8YE4BH6Ljc8nqyw=", "ref": "refs/heads/master", - "rev": "8013891628c1d709f28705e3f9b7c3f91481892b", - "revCount": 215, + "rev": "6f3717c9a958991c6d686605274816590ed36cd0", + "revCount": 293, "type": "git", "url": "https://git.fudo.org/fudo-nix/pkgs.git" }, @@ -2869,6 +3222,7 @@ "build-seed": "build-seed", "dnssec-keys": "dnssec-keys", "dnssec-ksks": "dnssec-ksks", + "domain-secrets": "domain-secrets", "entities": "entities", "filesystem-keys": "filesystem-keys", "fudo-pkgs": "fudo-pkgs_3", @@ -2876,12 +3230,13 @@ "nixpkgs": "nixpkgs_19", "service-passwords": "service-passwords", "service-secrets": "service-secrets", + "site-secrets": "site-secrets", "ssh-keypairs": "ssh-keypairs", - "utils": "utils_22" + "utils": "utils_23" }, "locked": { - "lastModified": 1684364838, - "narHash": "sha256-Ul81nyHZHxubxoo4cj9v7GG+Psu/5/DUwyXfXqaxbPo=", + "lastModified": 1708124065, + "narHash": "sha256-tNoh0yYrYv3VO3ixKO2+pqZ++JcLGKg9vN+kf3YpeK8=", "path": "/secrets", "type": "path" }, @@ -2896,19 +3251,21 @@ "build-seed": "build-seed_2", "dnssec-keys": "dnssec-keys_2", "dnssec-ksks": "dnssec-ksks_2", + "domain-secrets": "domain-secrets_2", "entities": "entities_2", "filesystem-keys": "filesystem-keys_2", "fudo-pkgs": "fudo-pkgs_4", "nexus": "nexus_3", - "nixpkgs": "nixpkgs_47", + "nixpkgs": "nixpkgs_37", "service-passwords": "service-passwords_2", "service-secrets": "service-secrets_2", + "site-secrets": "site-secrets_2", "ssh-keypairs": "ssh-keypairs_2", - "utils": "utils_60" + "utils": "utils_62" }, "locked": { - "lastModified": 1684364838, - "narHash": "sha256-Ul81nyHZHxubxoo4cj9v7GG+Psu/5/DUwyXfXqaxbPo=", + "lastModified": 1708124065, + "narHash": "sha256-tNoh0yYrYv3VO3ixKO2+pqZ++JcLGKg9vN+kf3YpeK8=", "path": "/secrets", "type": "path" }, @@ -2984,19 +3341,206 @@ "type": "github" } }, + "gomod2nix": { + "inputs": { + "flake-utils": "flake-utils_3", + "nixpkgs": "nixpkgs_6" + }, + "locked": { + "lastModified": 1705314449, + "narHash": "sha256-yfQQ67dLejP0FLK76LKHbkzcQqNIrux6MFe32MMFGNQ=", + "owner": "nix-community", + "repo": "gomod2nix", + "rev": "30e3c3a9ec4ac8453282ca7f67fca9e1da12c3e6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "gomod2nix", + "type": "github" + } + }, + "gomod2nix_2": { + "inputs": { + "flake-utils": "flake-utils_5", + "nixpkgs": "nixpkgs_11" + }, + "locked": { + "lastModified": 1705314449, + "narHash": "sha256-yfQQ67dLejP0FLK76LKHbkzcQqNIrux6MFe32MMFGNQ=", + "owner": "nix-community", + "repo": "gomod2nix", + "rev": "30e3c3a9ec4ac8453282ca7f67fca9e1da12c3e6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "gomod2nix", + "type": "github" + } + }, + "gomod2nix_3": { + "inputs": { + "flake-utils": "flake-utils_21", + "nixpkgs": "nixpkgs_29" + }, + "locked": { + "lastModified": 1705314449, + "narHash": "sha256-yfQQ67dLejP0FLK76LKHbkzcQqNIrux6MFe32MMFGNQ=", + "owner": "nix-community", + "repo": "gomod2nix", + "rev": "30e3c3a9ec4ac8453282ca7f67fca9e1da12c3e6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "gomod2nix", + "type": "github" + } + }, + "google-photo-uploader-flake": { + "inputs": { + "gomod2nix": "gomod2nix", + "nixpkgs": "nixpkgs_7", + "utils": "utils_7" + }, + "locked": { + "lastModified": 1706383993, + "narHash": "sha256-9tW9gK/1TLQQhOZQUtcrvmeuYkHo+WMLH0EG1q1W8Nk=", + "ref": "refs/heads/master", + "rev": "6b3dea996c6409b157a821c3f30df087d098edfd", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + } + }, + "google-photo-uploader-flake_2": { + "inputs": { + "gomod2nix": "gomod2nix_2", + "nixpkgs": "nixpkgs_12", + "utils": "utils_10" + }, + "locked": { + "lastModified": 1706383993, + "narHash": "sha256-9tW9gK/1TLQQhOZQUtcrvmeuYkHo+WMLH0EG1q1W8Nk=", + "ref": "refs/heads/master", + "rev": "6b3dea996c6409b157a821c3f30df087d098edfd", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + } + }, + "google-photo-uploader-flake_3": { + "inputs": { + "gomod2nix": "gomod2nix_3", + "nixpkgs": "nixpkgs_30", + "utils": "utils_49" + }, + "locked": { + "lastModified": 1706383993, + "narHash": "sha256-9tW9gK/1TLQQhOZQUtcrvmeuYkHo+WMLH0EG1q1W8Nk=", + "ref": "refs/heads/master", + "rev": "6b3dea996c6409b157a821c3f30df087d098edfd", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + } + }, + "grafana-module": { + "inputs": { + "arion": "arion_3", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1702251866, + "narHash": "sha256-z9PQEk/1iIkS8rGSW8NIo6WpE4eTKPPAdRx2ANE/NeE=", + "ref": "refs/heads/master", + "rev": "f3b43259a40b2b46ca87614c590bf8d7d4fbbb8a", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/grafana-module.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/grafana-module.git" + } + }, + "haskell-flake": { + "locked": { + "lastModified": 1675296942, + "narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "c2cafce9d57bfca41794dc3b99c593155006c71e", + "type": "github" + }, + "original": { + "owner": "srid", + "ref": "0.1.0", + "repo": "haskell-flake", + "type": "github" + } + }, + "haskell-flake_2": { + "locked": { + "lastModified": 1675296942, + "narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "c2cafce9d57bfca41794dc3b99c593155006c71e", + "type": "github" + }, + "original": { + "owner": "srid", + "ref": "0.1.0", + "repo": "haskell-flake", + "type": "github" + } + }, + "haskell-flake_3": { + "locked": { + "lastModified": 1675296942, + "narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "c2cafce9d57bfca41794dc3b99c593155006c71e", + "type": "github" + }, + "original": { + "owner": "srid", + "ref": "0.1.0", + "repo": "haskell-flake", + "type": "github" + } + }, "helpers": { "inputs": { "clj-nix": "clj-nix", "clj2nix": "clj2nix_3", - "nixpkgs": "nixpkgs_6", + "nixpkgs": "nixpkgs_5", "utils": "utils_6" }, "locked": { - "lastModified": 1675466351, - "narHash": "sha256-JPDyPw0JdRds8iZ5N6v+OJ8+aTlWHfUxMKslIX2itu4=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "9d7434f1ac1351f499ea08eceadb44647d6c8c9b", - "revCount": 21, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3014,7 +3558,7 @@ "snooper", "nixpkgs" ], - "utils": "utils_36" + "utils": "utils_37" }, "locked": { "lastModified": 1677792046, @@ -3039,7 +3583,7 @@ "suanni", "nixpkgs" ], - "utils": "utils_39" + "utils": "utils_40" }, "locked": { "lastModified": 1677792046, @@ -3064,7 +3608,7 @@ "tattler", "nixpkgs" ], - "utils": "utils_42" + "utils": "utils_43" }, "locked": { "lastModified": 1684439334, @@ -3091,7 +3635,7 @@ "notifierClj", "nixpkgs" ], - "utils": "utils_44" + "utils": "utils_45" }, "locked": { "lastModified": 1684439334, @@ -3112,15 +3656,15 @@ "inputs": { "clj-nix": "clj-nix_16", "clj2nix": "clj2nix_16", - "nixpkgs": "nixpkgs_39", - "utils": "utils_49" + "nixpkgs": "nixpkgs_32", + "utils": "utils_51" }, "locked": { - "lastModified": 1675466351, - "narHash": "sha256-JPDyPw0JdRds8iZ5N6v+OJ8+aTlWHfUxMKslIX2itu4=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "9d7434f1ac1351f499ea08eceadb44647d6c8c9b", - "revCount": 21, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3139,14 +3683,14 @@ "nexus-client", "nixpkgs" ], - "utils": "utils_51" + "utils": "utils_53" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3165,7 +3709,7 @@ "nexus-crypto", "nixpkgs" ], - "utils": "utils_54" + "utils": "utils_56" }, "locked": { "lastModified": 1677792046, @@ -3191,14 +3735,14 @@ "nexus-server", "nixpkgs" ], - "utils": "utils_57" + "utils": "utils_59" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3211,15 +3755,15 @@ "inputs": { "clj-nix": "clj-nix_2", "clj2nix": "clj2nix_4", - "nixpkgs": "nixpkgs_8", + "nixpkgs": "nixpkgs_9", "utils": "utils_9" }, "locked": { - "lastModified": 1675466351, - "narHash": "sha256-JPDyPw0JdRds8iZ5N6v+OJ8+aTlWHfUxMKslIX2itu4=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "9d7434f1ac1351f499ea08eceadb44647d6c8c9b", - "revCount": 21, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3232,15 +3776,15 @@ "inputs": { "clj-nix": "clj-nix_3", "clj2nix": "clj2nix_5", - "nixpkgs": "nixpkgs_11", - "utils": "utils_11" + "nixpkgs": "nixpkgs_14", + "utils": "utils_12" }, "locked": { - "lastModified": 1675466351, - "narHash": "sha256-JPDyPw0JdRds8iZ5N6v+OJ8+aTlWHfUxMKslIX2itu4=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "9d7434f1ac1351f499ea08eceadb44647d6c8c9b", - "revCount": 21, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3260,14 +3804,14 @@ "nexus-client", "nixpkgs" ], - "utils": "utils_13" + "utils": "utils_14" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3287,7 +3831,7 @@ "nexus-crypto", "nixpkgs" ], - "utils": "utils_16" + "utils": "utils_17" }, "locked": { "lastModified": 1677792046, @@ -3314,14 +3858,14 @@ "nexus-server", "nixpkgs" ], - "utils": "utils_19" + "utils": "utils_20" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3340,14 +3884,14 @@ "nexus-client", "nixpkgs" ], - "utils": "utils_24" + "utils": "utils_25" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3366,7 +3910,7 @@ "nexus-crypto", "nixpkgs" ], - "utils": "utils_27" + "utils": "utils_28" }, "locked": { "lastModified": 1677792046, @@ -3392,14 +3936,14 @@ "nexus-server", "nixpkgs" ], - "utils": "utils_30" + "utils": "utils_31" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3408,44 +3952,285 @@ "url": "https://git.fudo.org/fudo-public/nix-helpers.git" } }, + "hercules-ci-effects": { + "inputs": { + "flake-parts": "flake-parts_2", + "nixpkgs": [ + "fudo-nixos", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708547820, + "narHash": "sha256-xU/KC1PWqq5zL9dQ9wYhcdgxAwdeF/dJCLPH3PNZEBg=", + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "rev": "0ca27bd58e4d5be3135a4bef66b582e57abe8f4a", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "type": "github" + } + }, + "hercules-ci-effects_2": { + "inputs": { + "flake-parts": "flake-parts_4", + "nixpkgs": [ + "fudo-nixos", + "frigate-container", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708547820, + "narHash": "sha256-xU/KC1PWqq5zL9dQ9wYhcdgxAwdeF/dJCLPH3PNZEBg=", + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "rev": "0ca27bd58e4d5be3135a4bef66b582e57abe8f4a", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "type": "github" + } + }, + "hercules-ci-effects_3": { + "inputs": { + "flake-parts": "flake-parts_6", + "nixpkgs": [ + "fudo-nixos", + "grafana-module", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708547820, + "narHash": "sha256-xU/KC1PWqq5zL9dQ9wYhcdgxAwdeF/dJCLPH3PNZEBg=", + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "rev": "0ca27bd58e4d5be3135a4bef66b582e57abe8f4a", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ "fudo-nixos", "fudo-home", "nixpkgs" - ], - "utils": "utils_7" + ] }, "locked": { - "lastModified": 1681092193, - "narHash": "sha256-JerCqqOqbT2tBnXQW4EqwFl0hHnuZp21rIQ6lu/N4rI=", + "lastModified": 1704980875, + "narHash": "sha256-IPZmMjk5f4TBbEpzUFBc3OC1W6OwDNEXk2w/0uVXX1o=", "owner": "nix-community", "repo": "home-manager", - "rev": "f9edbedaf015013eb35f8caacbe0c9666bbc16af", + "rev": "5f0ab0eedc6ede69beb8f45561ffefa54edc6e65", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-22.11", + "ref": "release-23.11", "repo": "home-manager", "type": "github" } }, + "immich-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707523346, + "narHash": "sha256-aGX32giqEUYGrs3Z8dOt6cst8TNoF3cATZyEOAS1220=", + "ref": "refs/heads/master", + "rev": "fd6cd5e3352bcef581d0ecd6f338f7b0bc85f437", + "revCount": 18, + "type": "git", + "url": "https://git.fudo.org/fudo-public/immich-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/immich-container.git" + } + }, + "lemmy-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1706310379, + "narHash": "sha256-VkHnaPBpkWoMCl4xtnfyxdOECwporks/fzcznWs1/VQ=", + "ref": "refs/heads/master", + "rev": "555a3eff5fc3cea4d8d214b08a2e140cd89f1853", + "revCount": 33, + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-container.git" + } + }, + "lemmy-docker": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1705597965, + "narHash": "sha256-XzqJLlERpSaqmerGhIyEJa2aC+ZVNgJ3OufQKjdT8xY=", + "ref": "refs/heads/master", + "rev": "b12aeeb09fced1c8990f2b11d95356cbac1d5bdd", + "revCount": 88, + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-docker.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-docker.git" + } + }, + "mail-server": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1710356002, + "narHash": "sha256-exZSmsjddgv1hkAmOv/z0NtNCzrEguqdIMICc8d2wLM=", + "ref": "refs/heads/master", + "rev": "6c95ada6e1064dd98e3d41f4420ee63a83ea6586", + "revCount": 265, + "type": "git", + "url": "https://git.fudo.org/fudo-public/mail-server.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/mail-server.git" + } + }, + "mastodon-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1706557789, + "narHash": "sha256-LT/L75aU5LazOrjdBmzY01jjjU4ZkP/MwlKy7oWit7o=", + "ref": "refs/heads/master", + "rev": "d3f9019ff0696497e397b2357301b183d30704aa", + "revCount": 78, + "type": "git", + "url": "https://git.fudo.org/fudo-public/mastodon-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/mastodon-container.git" + } + }, + "matrix-module": { + "inputs": { + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707980545, + "narHash": "sha256-gDcGdhwxEItaB571Ohs+kROBQ1oRwjazOtCB1AInoYA=", + "ref": "refs/heads/master", + "rev": "5d78ce3ec9588cc6ab6002dbfa8f51189ea3582d", + "revCount": 25, + "type": "git", + "url": "https://git.fudo.org/fudo-public/matrix-module.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/matrix-module.git" + } + }, + "nextcloud-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707412342, + "narHash": "sha256-/TSNDXfFJ2veoYLbqnnXWcG/SnVVCodguejuFVJy61g=", + "ref": "refs/heads/master", + "rev": "292536ff36d67ca14acf7238db3aab1226d2bc22", + "revCount": 37, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nextcloud-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nextcloud-container.git" + } + }, "nexus": { "inputs": { "nexus-client": "nexus-client", "nexus-crypto": "nexus-crypto", "nexus-server": "nexus-server", "nixpkgs": "nixpkgs_18", - "utils": "utils_21" + "utils": "utils_22" }, "locked": { - "lastModified": 1680541464, - "narHash": "sha256-aKDleW+y6boXt2xuz3oJpVz2A4dybPRjcRh0c+lpb3o=", + "lastModified": 1694023994, + "narHash": "sha256-EglOSW6M2JJnfMjoRtS2w1DcZzoU6USf+Vuv0MwOQ0w=", "ref": "refs/heads/master", - "rev": "b2cb23479d977e3c1cb65c47ac625174113a0dd4", - "revCount": 246, + "rev": "9b1ee964d8f47f8c2ad97269e4322312af1412eb", + "revCount": 253, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus.git" }, @@ -3457,15 +4242,20 @@ "nexus-client": { "inputs": { "helpers": "helpers_4", - "nixpkgs": "nixpkgs_13", - "utils": "utils_14" + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_15" }, "locked": { - "lastModified": 1680313539, - "narHash": "sha256-yNkEz5wnlP4BrJpnI9YY+OBk3pUdl0lPAVdcoob9oBk=", + "lastModified": 1693890453, + "narHash": "sha256-KRQqUG6yq3uvP8uQCPRM1x60iV2l1t/qGyv101LjKAo=", "ref": "refs/heads/master", - "rev": "8346a158be6f3189ddd69fcf8f442f0114de9498", - "revCount": 47, + "rev": "850bf5d3cdd307f289e1794f2181ee05216c78c1", + "revCount": 50, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-client.git" }, @@ -3477,15 +4267,19 @@ "nexus-client_2": { "inputs": { "helpers": "helpers_7", - "nixpkgs": "nixpkgs_21", - "utils": "utils_25" + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nixpkgs" + ], + "utils": "utils_26" }, "locked": { - "lastModified": 1680313539, - "narHash": "sha256-yNkEz5wnlP4BrJpnI9YY+OBk3pUdl0lPAVdcoob9oBk=", + "lastModified": 1693890453, + "narHash": "sha256-KRQqUG6yq3uvP8uQCPRM1x60iV2l1t/qGyv101LjKAo=", "ref": "refs/heads/master", - "rev": "8346a158be6f3189ddd69fcf8f442f0114de9498", - "revCount": 47, + "rev": "850bf5d3cdd307f289e1794f2181ee05216c78c1", + "revCount": 50, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-client.git" }, @@ -3497,15 +4291,19 @@ "nexus-client_3": { "inputs": { "helpers": "helpers_15", - "nixpkgs": "nixpkgs_41", - "utils": "utils_52" + "nixpkgs": [ + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_54" }, "locked": { - "lastModified": 1680313539, - "narHash": "sha256-yNkEz5wnlP4BrJpnI9YY+OBk3pUdl0lPAVdcoob9oBk=", + "lastModified": 1693890453, + "narHash": "sha256-KRQqUG6yq3uvP8uQCPRM1x60iV2l1t/qGyv101LjKAo=", "ref": "refs/heads/master", - "rev": "8346a158be6f3189ddd69fcf8f442f0114de9498", - "revCount": 47, + "rev": "850bf5d3cdd307f289e1794f2181ee05216c78c1", + "revCount": 50, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-client.git" }, @@ -3517,8 +4315,13 @@ "nexus-crypto": { "inputs": { "helpers": "helpers_5", - "nixpkgs": "nixpkgs_15", - "utils": "utils_17" + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_18" }, "locked": { "lastModified": 1677792070, @@ -3537,8 +4340,12 @@ "nexus-crypto_2": { "inputs": { "helpers": "helpers_8", - "nixpkgs": "nixpkgs_23", - "utils": "utils_28" + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nixpkgs" + ], + "utils": "utils_29" }, "locked": { "lastModified": 1677792070, @@ -3557,8 +4364,12 @@ "nexus-crypto_3": { "inputs": { "helpers": "helpers_16", - "nixpkgs": "nixpkgs_43", - "utils": "utils_55" + "nixpkgs": [ + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_57" }, "locked": { "lastModified": 1677792070, @@ -3577,15 +4388,20 @@ "nexus-server": { "inputs": { "helpers": "helpers_6", - "nixpkgs": "nixpkgs_17", - "utils": "utils_20" + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_21" }, "locked": { - "lastModified": 1680473429, - "narHash": "sha256-dbzA2yc/j2CoxvBKR2rMbdiA6FPJ7nSAefiby/dsawU=", + "lastModified": 1693890469, + "narHash": "sha256-YMlAhaM3X7jwqCZJ3g9xSZuu0vwJlzVilFWiUQiJxqM=", "ref": "refs/heads/master", - "rev": "b0a2aae0ffb972ea4b922ad1d8068869c02f6e31", - "revCount": 60, + "rev": "efcde6094822bc43a13b9a15fe85f470a5c2ef0b", + "revCount": 61, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-server.git" }, @@ -3597,15 +4413,19 @@ "nexus-server_2": { "inputs": { "helpers": "helpers_9", - "nixpkgs": "nixpkgs_25", - "utils": "utils_31" + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nixpkgs" + ], + "utils": "utils_32" }, "locked": { - "lastModified": 1680473429, - "narHash": "sha256-dbzA2yc/j2CoxvBKR2rMbdiA6FPJ7nSAefiby/dsawU=", + "lastModified": 1693890469, + "narHash": "sha256-YMlAhaM3X7jwqCZJ3g9xSZuu0vwJlzVilFWiUQiJxqM=", "ref": "refs/heads/master", - "rev": "b0a2aae0ffb972ea4b922ad1d8068869c02f6e31", - "revCount": 60, + "rev": "efcde6094822bc43a13b9a15fe85f470a5c2ef0b", + "revCount": 61, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-server.git" }, @@ -3617,15 +4437,19 @@ "nexus-server_3": { "inputs": { "helpers": "helpers_17", - "nixpkgs": "nixpkgs_45", - "utils": "utils_58" + "nixpkgs": [ + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_60" }, "locked": { - "lastModified": 1680473429, - "narHash": "sha256-dbzA2yc/j2CoxvBKR2rMbdiA6FPJ7nSAefiby/dsawU=", + "lastModified": 1693890469, + "narHash": "sha256-YMlAhaM3X7jwqCZJ3g9xSZuu0vwJlzVilFWiUQiJxqM=", "ref": "refs/heads/master", - "rev": "b0a2aae0ffb972ea4b922ad1d8068869c02f6e31", - "revCount": 60, + "rev": "efcde6094822bc43a13b9a15fe85f470a5c2ef0b", + "revCount": 61, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-server.git" }, @@ -3639,15 +4463,18 @@ "nexus-client": "nexus-client_2", "nexus-crypto": "nexus-crypto_2", "nexus-server": "nexus-server_2", - "nixpkgs": "nixpkgs_26", - "utils": "utils_32" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_33" }, "locked": { - "lastModified": 1680541464, - "narHash": "sha256-aKDleW+y6boXt2xuz3oJpVz2A4dybPRjcRh0c+lpb3o=", + "lastModified": 1694023994, + "narHash": "sha256-EglOSW6M2JJnfMjoRtS2w1DcZzoU6USf+Vuv0MwOQ0w=", "ref": "refs/heads/master", - "rev": "b2cb23479d977e3c1cb65c47ac625174113a0dd4", - "revCount": 246, + "rev": "9b1ee964d8f47f8c2ad97269e4322312af1412eb", + "revCount": 253, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus.git" }, @@ -3661,15 +4488,15 @@ "nexus-client": "nexus-client_3", "nexus-crypto": "nexus-crypto_3", "nexus-server": "nexus-server_3", - "nixpkgs": "nixpkgs_46", - "utils": "utils_59" + "nixpkgs": "nixpkgs_36", + "utils": "utils_61" }, "locked": { - "lastModified": 1680541464, - "narHash": "sha256-aKDleW+y6boXt2xuz3oJpVz2A4dybPRjcRh0c+lpb3o=", + "lastModified": 1694023994, + "narHash": "sha256-EglOSW6M2JJnfMjoRtS2w1DcZzoU6USf+Vuv0MwOQ0w=", "ref": "refs/heads/master", - "rev": "b2cb23479d977e3c1cb65c47ac625174113a0dd4", - "revCount": 246, + "rev": "9b1ee964d8f47f8c2ad97269e4322312af1412eb", + "revCount": 253, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus.git" }, @@ -3681,11 +4508,11 @@ "niten-doom-config": { "flake": false, "locked": { - "lastModified": 1684432992, - "narHash": "sha256-ex/H6we7BLjidBxo0n5EZ9YUflLr03sLWdf5YGsF6jU=", + "lastModified": 1704436447, + "narHash": "sha256-gGWK8aif/oe6LDheFgUtlicnSrnKL3NFpwd1S5jrops=", "ref": "refs/heads/master", - "rev": "47773717b06d21004db3dea96f2329f912ef8dd3", - "revCount": 64, + "rev": "97148ddf8ff2a2a70af1f08b38dd457e0384bd41", + "revCount": 87, "type": "git", "url": "https://git.fudo.org/niten/doom-emacs.git" }, @@ -3697,11 +4524,11 @@ "nix-straight": { "flake": false, "locked": { - "lastModified": 1666982610, - "narHash": "sha256-xjgIrmUsekVTE+MpZb5DMU8DQf9DJ/ZiR0o30L9/XCc=", + "lastModified": 1694361489, + "narHash": "sha256-kjDp+j6OtrmqbtjQB5uuOtjS08+kgJQuxFqhWE1Y9Rw=", "owner": "nix-community", "repo": "nix-straight.el", - "rev": "ad10364d64f472c904115fd38d194efe1c3f1226", + "rev": "748be99b84be0b130e946288099806a0f16d6e57", "type": "github" }, "original": { @@ -3725,28 +4552,13 @@ "type": "github" } }, - "nixpkgs2111": { - "locked": { - "lastModified": 1659446231, - "narHash": "sha256-hekabNdTdgR/iLsgce5TGWmfIDZ86qjPhxDg/8TlzhE=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "eabc38219184cc3e04a974fe31857d8e0eac098d", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-21.11", - "type": "indirect" - } - }, "nixpkgsUnstable": { "locked": { - "lastModified": 1684385584, - "narHash": "sha256-O7y0gK8OLIDqz+LaHJJyeu09IGiXlZIS3+JgEzGmmJA=", + "lastModified": 1710272261, + "narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "48a0fb7aab511df92a17cf239c37f2bd2ec9ae3a", + "rev": "0ad13a6833440b8e238947e47bea7f11071dc2b2", "type": "github" }, "original": { @@ -3757,65 +4569,49 @@ }, "nixpkgs_10": { "locked": { - "lastModified": 1637881340, - "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", - "type": "github" + "lastModified": 1699291058, + "narHash": "sha256-5ggduoaAMPHUy4riL+OrlAZE14Kh7JWX4oLEs22ZqfU=", + "path": "/nix/store/3s69yxbbl116zwga3i6cy7prplywq0bn-source", + "rev": "41de143fda10e33be0f47eab2bfe08a50f234267", + "type": "path" }, "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "type": "indirect" } }, "nixpkgs_11": { "locked": { - "lastModified": 1672353432, - "narHash": "sha256-oZfgp/44/o2tWiylV30cR+DLyWTJ+5dhsdWZVpzs3e4=", + "lastModified": 1658285632, + "narHash": "sha256-zRS5S/hoeDGUbO+L95wXG9vJNwsSYcl93XiD0HQBXLk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "913a47cd064cc06440ea84e5e0452039a85781f0", + "rev": "5342fc6fb59d0595d26883c3cadff16ce58e44f3", "type": "github" }, "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" + "owner": "NixOS", + "ref": "master", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs_12": { "locked": { - "lastModified": 1673785507, - "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "lastModified": 1706098335, + "narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_13": { - "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "a77ab169a83a4175169d78684ddd2e54486ac651", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-23.11", "type": "indirect" } }, - "nixpkgs_14": { + "nixpkgs_13": { "locked": { "lastModified": 1673785507, "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", @@ -3830,7 +4626,7 @@ "type": "github" } }, - "nixpkgs_15": { + "nixpkgs_14": { "locked": { "lastModified": 1677624842, "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", @@ -3845,6 +4641,21 @@ "type": "indirect" } }, + "nixpkgs_15": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_16": { "locked": { "lastModified": 1673785507, @@ -3861,66 +4672,6 @@ } }, "nixpkgs_17": { - "locked": { - "lastModified": 1678230755, - "narHash": "sha256-SFAXgNjNTXzcAideXcP0takfUGVft/VR5CACmYHg+Fc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a7cc81913bb3cd1ef05ed0ece048b773e1839e51", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, - "nixpkgs_18": { - "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_19": { - "locked": { - "lastModified": 1682600000, - "narHash": "sha256-ha4BehR1dh8EnXSoE1m/wyyYVvHI9txjW4w5/oxsW5Y=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "50fc86b75d2744e1ab3837ef74b53f103a9b55a0", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_2": { - "locked": { - "lastModified": 1638196344, - "narHash": "sha256-fkOqSkfOkl8tqxDd+zJU4kAgyLXp/ouaP+U9gpjEZZs=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "2553aee74fed8c2205a4aeb3ffd206ca14ede60f", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-21.05", - "type": "indirect" - } - }, - "nixpkgs_20": { "locked": { "lastModified": 1673785507, "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", @@ -3935,21 +4686,82 @@ "type": "github" } }, - "nixpkgs_21": { + "nixpkgs_18": { "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", + "lastModified": 1693771906, + "narHash": "sha256-32EnPCaVjOiEERZ+o/2Ir7JH9pkfwJZJ27SKHNvt4yk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-23.05", "type": "indirect" } }, + "nixpkgs_19": { + "locked": { + "lastModified": 1707786466, + "narHash": "sha256-yLPfrmW87M2qt+8bAmwopJawa+MJLh3M9rUbXtpUc1o=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "01885a071465e223f8f68971f864b15829988504", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.11", + "type": "indirect" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1637881340, + "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_20": { + "locked": { + "lastModified": 1709479366, + "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_21": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_22": { "locked": { "lastModified": 1673785507, @@ -3967,17 +4779,17 @@ }, "nixpkgs_23": { "locked": { - "lastModified": 1677624842, - "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", "type": "github" }, "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs_24": { @@ -3997,65 +4809,20 @@ }, "nixpkgs_25": { "locked": { - "lastModified": 1678230755, - "narHash": "sha256-SFAXgNjNTXzcAideXcP0takfUGVft/VR5CACmYHg+Fc=", + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a7cc81913bb3cd1ef05ed0ece048b773e1839e51", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", "type": "github" }, "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs_26": { - "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_27": { - "locked": { - "lastModified": 1672781980, - "narHash": "sha256-L+yqt2szcp+BFiWoMJCisDsNA5OrpYVW1QSbbS5U8RU=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a9eedea7232f5d00f0aca7267efb69a54da1b8a1", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, - "nixpkgs_28": { - "locked": { - "lastModified": 1659446231, - "narHash": "sha256-hekabNdTdgR/iLsgce5TGWmfIDZ86qjPhxDg/8TlzhE=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "eabc38219184cc3e04a974fe31857d8e0eac098d", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-21.11", - "type": "indirect" - } - }, - "nixpkgs_29": { "locked": { "lastModified": 1673785507, "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", @@ -4070,13 +4837,13 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_27": { "locked": { - "lastModified": 1637881340, - "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", "type": "github" }, "original": { @@ -4085,18 +4852,63 @@ "type": "github" } }, - "nixpkgs_30": { + "nixpkgs_28": { "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", + "lastModified": 1699291058, + "narHash": "sha256-5ggduoaAMPHUy4riL+OrlAZE14Kh7JWX4oLEs22ZqfU=", + "path": "/nix/store/3s69yxbbl116zwga3i6cy7prplywq0bn-source", + "rev": "41de143fda10e33be0f47eab2bfe08a50f234267", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_29": { + "locked": { + "lastModified": 1658285632, + "narHash": "sha256-zRS5S/hoeDGUbO+L95wXG9vJNwsSYcl93XiD0HQBXLk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "5342fc6fb59d0595d26883c3cadff16ce58e44f3", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { + "locked": { + "lastModified": 1709479366, + "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_30": { + "locked": { + "lastModified": 1706098335, + "narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a77ab169a83a4175169d78684ddd2e54486ac651", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-23.11", "type": "indirect" } }, @@ -4117,16 +4929,16 @@ }, "nixpkgs_32": { "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", + "lastModified": 1677624842, + "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-22.11", "type": "indirect" } }, @@ -4147,17 +4959,17 @@ }, "nixpkgs_34": { "locked": { - "lastModified": 1684398685, - "narHash": "sha256-TRE62m91iZ5ArVMgA+uj22Yda8JoQuuhc9uwZ+NoX+0=", + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "628d4bb6e9f4f0c30cfd9b23d3c1cdcec9d3cb5c", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", "type": "github" }, "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs_35": { @@ -4177,78 +4989,50 @@ }, "nixpkgs_36": { "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", + "lastModified": 1693771906, + "narHash": "sha256-32EnPCaVjOiEERZ+o/2Ir7JH9pkfwJZJ27SKHNvt4yk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-23.05", "type": "indirect" } }, "nixpkgs_37": { "locked": { - "lastModified": 1653918726, - "narHash": "sha256-C+BpRKWjuwR4a9R0w5V5AFaQiyDtRPSRec7VJCX1NI4=", - "path": "/nix/store/zdc50x6ibr27smd581yxc8snjdlf1487-source", - "rev": "39945562539b572eb43915992ef82f46a7176364", - "type": "path" + "lastModified": 1707786466, + "narHash": "sha256-yLPfrmW87M2qt+8bAmwopJawa+MJLh3M9rUbXtpUc1o=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "01885a071465e223f8f68971f864b15829988504", + "type": "github" }, "original": { "id": "nixpkgs", + "ref": "nixos-23.11", "type": "indirect" } }, "nixpkgs_38": { "locked": { - "lastModified": 1637881340, - "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", + "lastModified": 1710283656, + "narHash": "sha256-nI+AOy4uK6jLGBi9nsbHjL1EdSIzoo8oa+9oeVhbyFc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_39": { - "locked": { - "lastModified": 1672353432, - "narHash": "sha256-oZfgp/44/o2tWiylV30cR+DLyWTJ+5dhsdWZVpzs3e4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "913a47cd064cc06440ea84e5e0452039a85781f0", + "rev": "51063ed4f2343a59fdeebb279bb81d87d453942b", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.11", + "ref": "nixos-23.11", "type": "indirect" } }, "nixpkgs_4": { - "locked": { - "lastModified": 1640653651, - "narHash": "sha256-fByFYXYoE/6TqwKGbT7XBCOAlSsFzOXm4ZsRLoO70m8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "7bca80140fc7732c7357b26002db3d87b3ba4c61", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-21.05", - "type": "indirect" - } - }, - "nixpkgs_40": { "locked": { "lastModified": 1673785507, "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", @@ -4263,37 +5047,7 @@ "type": "github" } }, - "nixpkgs_41": { - "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_42": { - "locked": { - "lastModified": 1673785507, - "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_43": { + "nixpkgs_5": { "locked": { "lastModified": 1677624842, "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", @@ -4308,7 +5062,38 @@ "type": "indirect" } }, - "nixpkgs_44": { + "nixpkgs_6": { + "locked": { + "lastModified": 1658285632, + "narHash": "sha256-zRS5S/hoeDGUbO+L95wXG9vJNwsSYcl93XiD0HQBXLk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "5342fc6fb59d0595d26883c3cadff16ce58e44f3", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_7": { + "locked": { + "lastModified": 1706098335, + "narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a77ab169a83a4175169d78684ddd2e54486ac651", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.11", + "type": "indirect" + } + }, + "nixpkgs_8": { "locked": { "lastModified": 1673785507, "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", @@ -4323,136 +5108,18 @@ "type": "github" } }, - "nixpkgs_45": { - "locked": { - "lastModified": 1678230755, - "narHash": "sha256-SFAXgNjNTXzcAideXcP0takfUGVft/VR5CACmYHg+Fc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a7cc81913bb3cd1ef05ed0ece048b773e1839e51", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, - "nixpkgs_46": { - "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_47": { - "locked": { - "lastModified": 1682600000, - "narHash": "sha256-ha4BehR1dh8EnXSoE1m/wyyYVvHI9txjW4w5/oxsW5Y=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "50fc86b75d2744e1ab3837ef74b53f103a9b55a0", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_48": { - "locked": { - "lastModified": 1684398685, - "narHash": "sha256-TRE62m91iZ5ArVMgA+uj22Yda8JoQuuhc9uwZ+NoX+0=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "628d4bb6e9f4f0c30cfd9b23d3c1cdcec9d3cb5c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, - "nixpkgs_5": { - "locked": { - "lastModified": 1637881340, - "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_6": { - "locked": { - "lastModified": 1672353432, - "narHash": "sha256-oZfgp/44/o2tWiylV30cR+DLyWTJ+5dhsdWZVpzs3e4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "913a47cd064cc06440ea84e5e0452039a85781f0", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, - "nixpkgs_7": { - "locked": { - "lastModified": 1637881340, - "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_8": { - "locked": { - "lastModified": 1672353432, - "narHash": "sha256-oZfgp/44/o2tWiylV30cR+DLyWTJ+5dhsdWZVpzs3e4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "913a47cd064cc06440ea84e5e0452039a85781f0", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, "nixpkgs_9": { "locked": { - "lastModified": 1653918726, - "narHash": "sha256-C+BpRKWjuwR4a9R0w5V5AFaQiyDtRPSRec7VJCX1NI4=", - "path": "/nix/store/zdc50x6ibr27smd581yxc8snjdlf1487-source", - "rev": "39945562539b572eb43915992ef82f46a7176364", - "type": "path" + "lastModified": 1677624842, + "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0", + "type": "github" }, "original": { "id": "nixpkgs", + "ref": "nixos-22.11", "type": "indirect" } }, @@ -4480,14 +5147,14 @@ "tattler", "nixpkgs" ], - "utils": "utils_45" + "utils": "utils_46" }, "locked": { - "lastModified": 1684439408, - "narHash": "sha256-bwDKPzgkjYj7nYgdvKSy3QmbL/fbVQI1A4LxA6JL7Gw=", + "lastModified": 1684784801, + "narHash": "sha256-7d8blW6tVHMTdgAQB2Dh470XsvWbD5gICwgXrS/90Xg=", "ref": "refs/heads/master", - "rev": "8a26333322a180bf62e7aed01e6d19d748c225d7", - "revCount": 8, + "rev": "6ff2823f55812d527ce6fd022caf78a438afb371", + "revCount": 9, "type": "git", "url": "https://git.fudo.org/fudo-public/notifier.git" }, @@ -4515,15 +5182,18 @@ "objectifier": { "inputs": { "darknet": "darknet", - "nixpkgs": "nixpkgs_27", - "utils": "utils_33" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_34" }, "locked": { - "lastModified": 1679246727, - "narHash": "sha256-5+fmOgoTABJ6jwoKQrYP898jMdH76yAlbJnAVTu0QIU=", + "lastModified": 1686166350, + "narHash": "sha256-NseJllTLhQLLaifVgPiO5aWJH446/YILGux+I5FOIdU=", "ref": "refs/heads/master", - "rev": "21f897b5c39e4d3d32f5b2595ba7fd9f58923624", - "revCount": 71, + "rev": "671ed746568a1f03e71c13f2498bfb69b8a2aedd", + "revCount": 75, "type": "git", "url": "https://git.fudo.org/fudo-public/objectifier.git" }, @@ -4535,11 +5205,11 @@ "org": { "flake": false, "locked": { - "lastModified": 1683136293, - "narHash": "sha256-PMHNr3Qo62uqO5IUDAfxUoqa4Zvb9y2J76pRYDB/6Y4=", + "lastModified": 1695726851, + "narHash": "sha256-qgbjspklSoI8M3cbCJOcUdjuijRgsL/+PSyEOW9VX4I=", "owner": "emacs-straight", "repo": "org-mode", - "rev": "080710797ad25e76c4556d2b03cc0aa5313cd187", + "rev": "aa9177e1a8b039c357d369c1c9aaab710bb247a9", "type": "github" }, "original": { @@ -4551,11 +5221,11 @@ "org-contrib": { "flake": false, "locked": { - "lastModified": 1675694242, - "narHash": "sha256-4Fn33CTVTCqh5TyVAggSr8Fm8/hB8Xgl+hkxh3WCrI8=", + "lastModified": 1694946041, + "narHash": "sha256-X/HFG6NZe5BY00KvGbcsIuf9R6Lg8x7Uhd0Y5+Q3qZU=", "owner": "emacsmirror", "repo": "org-contrib", - "rev": "fff6c888065588527b1c1d7dd7e41c29ef767e17", + "rev": "5eabbf22bdd4523c922a30787e98ee66c24221aa", "type": "github" }, "original": { @@ -4599,8 +5269,11 @@ "pricebot": { "inputs": { "clj-nix": "clj-nix_10", - "nixpkgs": "nixpkgs_28", - "utils": "utils_34" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_35" }, "locked": { "lastModified": 1661201877, @@ -4619,11 +5292,11 @@ "revealjs": { "flake": false, "locked": { - "lastModified": 1681386605, - "narHash": "sha256-9Q7aWgjAV37iJp6oYDz45e8J+RKwKY1Uvgg/BXwf5nQ=", + "lastModified": 1695738029, + "narHash": "sha256-Z9c9Q41jMkj/DyXOiZYyIa7Gmn8VB8yauTyWrSsT+ps=", "owner": "hakimel", "repo": "reveal.js", - "rev": "0301ce58ab185f7191696e16b1b6389f58df2892", + "rev": "88fbfc5751ad01e3f6adee5819eabeb9e73c3757", "type": "github" }, "original": { @@ -4638,7 +5311,7 @@ "fudo-entities": "fudo-entities", "fudo-nixos": "fudo-nixos", "fudo-secrets": "fudo-secrets_2", - "nixpkgs": "nixpkgs_48" + "nixpkgs": "nixpkgs_38" } }, "rotate-text": { @@ -4660,8 +5333,8 @@ "service-passwords": { "flake": false, "locked": { - "lastModified": 1684298635, - "narHash": "sha256-91ZjXr3/6KAwglWY9yy14LD5tat0gWkQmDscBILrocs=", + "lastModified": 1701451798, + "narHash": "sha256-2+ue3o/qKM0tVBkjHy3eLMNFSH/F+nJS39u9fCWAoDg=", "path": "/secrets/service-passwords", "type": "path" }, @@ -4673,8 +5346,8 @@ "service-passwords_2": { "flake": false, "locked": { - "lastModified": 1684298635, - "narHash": "sha256-91ZjXr3/6KAwglWY9yy14LD5tat0gWkQmDscBILrocs=", + "lastModified": 1701451798, + "narHash": "sha256-2+ue3o/qKM0tVBkjHy3eLMNFSH/F+nJS39u9fCWAoDg=", "path": "/secrets/service-passwords", "type": "path" }, @@ -4686,8 +5359,8 @@ "service-secrets": { "flake": false, "locked": { - "lastModified": 1684298638, - "narHash": "sha256-+vSD+aI2BUEGFAD5yBcSBZ/Vv9KSQ/KF5WFdId3Qc80=", + "lastModified": 1705264542, + "narHash": "sha256-7CBc+x58VD5a+7b7LUm0AslGRDuKcYlvScZrDYIC6/s=", "path": "/secrets/service-secrets", "type": "path" }, @@ -4699,8 +5372,8 @@ "service-secrets_2": { "flake": false, "locked": { - "lastModified": 1684298638, - "narHash": "sha256-+vSD+aI2BUEGFAD5yBcSBZ/Vv9KSQ/KF5WFdId3Qc80=", + "lastModified": 1705264542, + "narHash": "sha256-7CBc+x58VD5a+7b7LUm0AslGRDuKcYlvScZrDYIC6/s=", "path": "/secrets/service-secrets", "type": "path" }, @@ -4709,6 +5382,32 @@ "type": "path" } }, + "site-secrets": { + "flake": false, + "locked": { + "lastModified": 1696448830, + "narHash": "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=", + "path": "/secrets/site-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/site-secrets", + "type": "path" + } + }, + "site-secrets_2": { + "flake": false, + "locked": { + "lastModified": 1696448830, + "narHash": "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=", + "path": "/secrets/site-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/site-secrets", + "type": "path" + } + }, "sln-mode": { "flake": false, "locked": { @@ -4728,15 +5427,18 @@ "snooper": { "inputs": { "helpers": "helpers_10", - "nixpkgs": "nixpkgs_30", - "utils": "utils_37" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_38" }, "locked": { - "lastModified": 1684442384, - "narHash": "sha256-YhV7DuTwSw4e3jceMAgA/kKYGH82Y/WwwHzrkYBaSW8=", + "lastModified": 1701133174, + "narHash": "sha256-RwrqP8c89vSvBb7EPVtho++2DG1j6/aJXUYEi/2vxWc=", "ref": "refs/heads/master", - "rev": "b6fe2ce411856ec02c0717cfb19c51f0142e5e71", - "revCount": 11, + "rev": "a206cfdb9cb08bbf85096ffc0448be35f2fb0253", + "revCount": 13, "type": "git", "url": "https://git.fudo.org/fudo-public/snooper.git" }, @@ -4748,8 +5450,8 @@ "ssh-keypairs": { "flake": false, "locked": { - "lastModified": 1684298635, - "narHash": "sha256-WhI0zHJxpMvG/tWF4nQKKHh9kQzujmcacqX6RmemdBI=", + "lastModified": 1697914793, + "narHash": "sha256-AvjV3wozHvHbRDZqWkynL0F0n9kikNIEjpaiWCrqs4Q=", "path": "/secrets/ssh-keypairs", "type": "path" }, @@ -4761,8 +5463,8 @@ "ssh-keypairs_2": { "flake": false, "locked": { - "lastModified": 1684298635, - "narHash": "sha256-WhI0zHJxpMvG/tWF4nQKKHh9kQzujmcacqX6RmemdBI=", + "lastModified": 1697914793, + "narHash": "sha256-AvjV3wozHvHbRDZqWkynL0F0n9kikNIEjpaiWCrqs4Q=", "path": "/secrets/ssh-keypairs", "type": "path" }, @@ -4774,15 +5476,18 @@ "suanni": { "inputs": { "helpers": "helpers_11", - "nixpkgs": "nixpkgs_32", - "utils": "utils_40" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_41" }, "locked": { - "lastModified": 1682462225, - "narHash": "sha256-6+iGhqY3Xi6/4k0eBxf+56LyAuyVFFyptd9+Pq+dcao=", + "lastModified": 1686169813, + "narHash": "sha256-AewLCha21CASd8tQi8152jlYVSO7jIY/8IXUH6QAb+I=", "ref": "refs/heads/master", - "rev": "f0d8f59cc176243f8238d81f88b8550cfedf47e7", - "revCount": 23, + "rev": "14267d15db000f282932b2efd7adc205bcabda28", + "revCount": 25, "type": "git", "url": "https://git.fudo.org/fudo-public/suanni.git" }, @@ -4806,6 +5511,156 @@ "type": "github" } }, + "systems_10": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_11": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_12": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_13": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_14": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_15": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_16": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_17": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_18": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_19": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "systems_2": { "locked": { "lastModified": 1681028828, @@ -4821,6 +5676,36 @@ "type": "github" } }, + "systems_20": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_21": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "systems_3": { "locked": { "lastModified": 1681028828, @@ -4881,19 +5766,67 @@ "type": "github" } }, + "systems_7": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_8": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_9": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "tattler": { "inputs": { "helpers": "helpers_12", - "nixpkgs": "nixpkgs_34", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], "notifierClj": "notifierClj", - "utils": "utils_46" + "utils": "utils_47" }, "locked": { - "lastModified": 1684444915, - "narHash": "sha256-8ypDufm4e/3bEJglk5MqA6cOi1MmFntjWZvz6/Byxxc=", + "lastModified": 1692829006, + "narHash": "sha256-FZYEkAgOC7D1XBiWpFmX3yP/21GWWBb9vfuxBxL4hTk=", "ref": "refs/heads/master", - "rev": "f185391ed25f08ae801c28dd5eefb4853ff82f68", - "revCount": 27, + "rev": "4bef39c96bba3eb47d1a22481d9f6706e76fef18", + "revCount": 32, "type": "git", "url": "https://git.fudo.org/fudo-public/tattler.git" }, @@ -4902,14 +5835,55 @@ "url": "https://git.fudo.org/fudo-public/tattler.git" } }, + "tesla-mate-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1704503498, + "narHash": "sha256-7BP/hbdkwq8N4hryrG0/hz6BLhtD57XwkGetZttxluA=", + "ref": "refs/heads/master", + "rev": "9252d6940b5ef6760e0c8be060562a68dde7f9ba", + "revCount": 20, + "type": "git", + "url": "https://git.fudo.org/fudo-public/tesla-mate-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/tesla-mate-container.git" + } + }, + "textfiles": { + "flake": false, + "locked": { + "lastModified": 1687232633, + "narHash": "sha256-PCY0v+j112CGqH2HOpPnwPSdRTFcAvtaVZUg5tXQFhs=", + "ref": "refs/heads/master", + "rev": "00904ac442f43402cbff914ed7499ea5472675c1", + "revCount": 1, + "type": "git", + "url": "https://git.informis.land/informis/textfiles.git" + }, + "original": { + "type": "git", + "url": "https://git.informis.land/informis/textfiles.git" + } + }, "ts-fold": { "flake": false, "locked": { - "lastModified": 1681029086, - "narHash": "sha256-z3eVkAPFI6JYZZ+2XM496zBxwnujTp4Y4KNNfqgUC/E=", + "lastModified": 1695278494, + "narHash": "sha256-O4NcUC1u08W8ZslqoA/i+iTaLotKwheURXQWBxLLMFc=", "owner": "jcs-elpa", "repo": "ts-fold", - "rev": "5fd2a5afe2112ac23b58ee1b12730fcf16068df3", + "rev": "70b2c79ff4daa7351d4e2917b0343b9a18d4d4f2", "type": "github" }, "original": { @@ -4920,11 +5894,11 @@ }, "unstableNixpkgs": { "locked": { - "lastModified": 1684385584, - "narHash": "sha256-O7y0gK8OLIDqz+LaHJJyeu09IGiXlZIS3+JgEzGmmJA=", + "lastModified": 1693985761, + "narHash": "sha256-K5b+7j7Tt3+AqbWkcw+wMeqOAWyCD1MH26FPZyWXpdo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "48a0fb7aab511df92a17cf239c37f2bd2ec9ae3a", + "rev": "0bffda19b8af722f8069d09d8b6a24594c80b352", "type": "github" }, "original": { @@ -4935,11 +5909,11 @@ }, "unstableNixpkgs_2": { "locked": { - "lastModified": 1684385584, - "narHash": "sha256-O7y0gK8OLIDqz+LaHJJyeu09IGiXlZIS3+JgEzGmmJA=", + "lastModified": 1706191920, + "narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "48a0fb7aab511df92a17cf239c37f2bd2ec9ae3a", + "rev": "ae5c332cbb5827f6b1f02572496b141021de335f", "type": "github" }, "original": { @@ -4950,11 +5924,11 @@ }, "unstableNixpkgs_3": { "locked": { - "lastModified": 1683408522, - "narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=", + "lastModified": 1706191920, + "narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7", + "rev": "ae5c332cbb5827f6b1f02572496b141021de335f", "type": "github" }, "original": { @@ -4965,11 +5939,11 @@ }, "unstableNixpkgs_4": { "locked": { - "lastModified": 1683408522, - "narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=", + "lastModified": 1706191920, + "narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7", + "rev": "ae5c332cbb5827f6b1f02572496b141021de335f", "type": "github" }, "original": { @@ -4994,12 +5968,15 @@ } }, "utils_10": { + "inputs": { + "systems": "systems_5" + }, "locked": { - "lastModified": 1637014545, - "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -5025,11 +6002,11 @@ }, "utils_12": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5039,36 +6016,6 @@ } }, "utils_13": { - "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_14": { - "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_15": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5083,7 +6030,7 @@ "type": "github" } }, - "utils_16": { + "utils_14": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -5098,6 +6045,39 @@ "type": "github" } }, + "utils_15": { + "inputs": { + "systems": "systems_6" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_16": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "utils_17": { "locked": { "lastModified": 1676283394, @@ -5115,11 +6095,11 @@ }, "utils_18": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5130,11 +6110,11 @@ }, "utils_19": { "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5174,12 +6154,15 @@ } }, "utils_21": { + "inputs": { + "systems": "systems_7" + }, "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -5190,14 +6173,14 @@ }, "utils_22": { "inputs": { - "systems": "systems_2" + "systems": "systems_8" }, "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -5207,12 +6190,15 @@ } }, "utils_23": { + "inputs": { + "systems": "systems_9" + }, "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -5222,36 +6208,6 @@ } }, "utils_24": { - "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_25": { - "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_26": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5266,7 +6222,7 @@ "type": "github" } }, - "utils_27": { + "utils_25": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -5281,6 +6237,39 @@ "type": "github" } }, + "utils_26": { + "inputs": { + "systems": "systems_10" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_27": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "utils_28": { "locked": { "lastModified": 1676283394, @@ -5298,11 +6287,11 @@ }, "utils_29": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5328,11 +6317,11 @@ }, "utils_30": { "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5357,12 +6346,15 @@ } }, "utils_32": { + "inputs": { + "systems": "systems_11" + }, "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -5372,6 +6364,24 @@ } }, "utils_33": { + "inputs": { + "systems": "systems_12" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_34": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5386,7 +6396,7 @@ "type": "github" } }, - "utils_34": { + "utils_35": { "locked": { "lastModified": 1653893745, "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", @@ -5401,7 +6411,7 @@ "type": "github" } }, - "utils_35": { + "utils_36": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5416,7 +6426,7 @@ "type": "github" } }, - "utils_36": { + "utils_37": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -5431,9 +6441,9 @@ "type": "github" } }, - "utils_37": { + "utils_38": { "inputs": { - "systems": "systems_3" + "systems": "systems_13" }, "locked": { "lastModified": 1681202837, @@ -5449,7 +6459,7 @@ "type": "github" } }, - "utils_38": { + "utils_39": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5464,21 +6474,6 @@ "type": "github" } }, - "utils_39": { - "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "utils_4": { "locked": { "lastModified": 1638122382, @@ -5495,6 +6490,21 @@ } }, "utils_40": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_41": { "locked": { "lastModified": 1678901627, "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", @@ -5509,7 +6519,7 @@ "type": "github" } }, - "utils_41": { + "utils_42": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5524,22 +6534,22 @@ "type": "github" } }, - "utils_42": { - "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "utils_43": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_44": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5554,7 +6564,7 @@ "type": "github" } }, - "utils_44": { + "utils_45": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -5569,27 +6579,9 @@ "type": "github" } }, - "utils_45": { - "inputs": { - "systems": "systems_4" - }, - "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "utils_46": { "inputs": { - "systems": "systems_5" + "systems": "systems_14" }, "locked": { "lastModified": 1681202837, @@ -5606,12 +6598,15 @@ } }, "utils_47": { + "inputs": { + "systems": "systems_15" + }, "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", "type": "github" }, "original": { @@ -5621,21 +6616,6 @@ } }, "utils_48": { - "locked": { - "lastModified": 1637014545, - "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_49": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5650,13 +6630,31 @@ "type": "github" } }, - "utils_5": { + "utils_49": { + "inputs": { + "systems": "systems_17" + }, "locked": { - "lastModified": 1637014545, - "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_5": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5697,11 +6695,11 @@ }, "utils_52": { "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5712,11 +6710,11 @@ }, "utils_53": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5726,12 +6724,15 @@ } }, "utils_54": { + "inputs": { + "systems": "systems_18" + }, "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -5742,11 +6743,11 @@ }, "utils_55": { "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5757,11 +6758,11 @@ }, "utils_56": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5786,6 +6787,21 @@ } }, "utils_58": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_59": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -5800,28 +6816,13 @@ "type": "github" } }, - "utils_59": { - "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "utils_6": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5832,14 +6833,50 @@ }, "utils_60": { "inputs": { - "systems": "systems_6" + "systems": "systems_19" }, "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_61": { + "inputs": { + "systems": "systems_20" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_62": { + "inputs": { + "systems": "systems_21" + }, + "locked": { + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -5849,12 +6886,15 @@ } }, "utils_7": { + "inputs": { + "systems": "systems_3" + }, "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -5865,11 +6905,11 @@ }, "utils_8": { "locked": { - "lastModified": 1637014545, - "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5880,11 +6920,11 @@ }, "utils_9": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5896,15 +6936,18 @@ "wallfly": { "inputs": { "clj-nix": "clj-nix_15", - "nixpkgs": "nixpkgs_36", - "utils": "utils_47" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_48" }, "locked": { - "lastModified": 1683150365, - "narHash": "sha256-KSD+UtvsaomEkAJqaiiH0W0zsnVvSfj2ocsFad2Hg74=", + "lastModified": 1695759202, + "narHash": "sha256-TQNLGRh4MdwLWixMTkETFa8hejd5HysWmKOw9ucYEiw=", "ref": "refs/heads/master", - "rev": "40c136217dc6cabd592e2df2a8faed78bbee4c12", - "revCount": 20, + "rev": "a52626e237528a14a926b57ce71810be1efe8f42", + "revCount": 25, "type": "git", "url": "https://git.fudo.org/fudo-public/wallfly.git" }, diff --git a/deployments/fudo/flake.nix b/deployments/fudo/flake.nix index e9a5389..88a374c 100644 --- a/deployments/fudo/flake.nix +++ b/deployments/fudo/flake.nix @@ -2,7 +2,7 @@ description = "Fudo NixOps network."; inputs = { - nixpkgs.url = "nixpkgs/nixos-22.11"; + nixpkgs.url = "nixpkgs/nixos-23.11"; fudo-secrets.url = "path:/secrets"; @@ -12,7 +12,7 @@ }; fudo-entities = { - url = "git+ssh://fudo_git@git.fudo.org:2222/fudo-nix/entities.git"; + url = "git+https://fudo.dev/nix/entities.git"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -28,7 +28,8 @@ nixopsConfigurations.default = let description = "Fudo NixOps Network"; - fudo-site = site: site == "nuttyclub" || site == "worldstream"; + fudo-site = site: + site == "nuttyclub" || site == "worldstream" || site == "portage"; deployment-hosts = filterAttrs (hostname: hostOpts: hostOpts.nixos-system && (fudo-site hostOpts.site)) diff --git a/deployments/informis/flake.lock b/deployments/informis/flake.lock index 7326738..32969a9 100644 --- a/deployments/informis/flake.lock +++ b/deployments/informis/flake.lock @@ -1,18 +1,2385 @@ { "nodes": { - "deployment-common": { + "arion": { + "inputs": { + "flake-parts": "flake-parts", + "haskell-flake": "haskell-flake", + "hercules-ci-effects": "hercules-ci-effects", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709606645, + "narHash": "sha256-yObjAl8deNvx1uIfQn7/vkB9Rnr0kqTo1HVrsk46l30=", + "owner": "hercules-ci", + "repo": "arion", + "rev": "d2d48c9ec304ac80c84ede138b8c6f298d07d995", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "arion", + "type": "github" + } + }, + "arion_2": { + "inputs": { + "flake-parts": "flake-parts_3", + "haskell-flake": "haskell-flake_2", + "hercules-ci-effects": "hercules-ci-effects_2", + "nixpkgs": "nixpkgs_3" + }, + "locked": { + "lastModified": 1709606645, + "narHash": "sha256-yObjAl8deNvx1uIfQn7/vkB9Rnr0kqTo1HVrsk46l30=", + "owner": "hercules-ci", + "repo": "arion", + "rev": "d2d48c9ec304ac80c84ede138b8c6f298d07d995", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "arion", + "type": "github" + } + }, + "arion_3": { + "inputs": { + "flake-parts": "flake-parts_5", + "haskell-flake": "haskell-flake_3", + "hercules-ci-effects": "hercules-ci-effects_3", + "nixpkgs": "nixpkgs_20" + }, + "locked": { + "lastModified": 1709606645, + "narHash": "sha256-yObjAl8deNvx1uIfQn7/vkB9Rnr0kqTo1HVrsk46l30=", + "owner": "hercules-ci", + "repo": "arion", + "rev": "d2d48c9ec304ac80c84ede138b8c6f298d07d995", + "type": "github" + }, + "original": { + "id": "arion", + "type": "indirect" + } + }, + "authentik-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707958053, + "narHash": "sha256-/FCwDO/kapCWgw7iPWhF+vpMGAJKPMNqEuNgE0+DHsM=", + "ref": "refs/heads/master", + "rev": "1b580545e64ccae1507476174d050f9bee345466", + "revCount": 25, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/authentik-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/authentik-container.git" + } + }, + "authoritative-dns": { + "inputs": { + "fudo-lib": "fudo-lib_2", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1710008093, + "narHash": "sha256-ROChGpYaklLrV27ikhiqmH9VNIS+9tM7luxSGcFrHxQ=", + "ref": "refs/heads/master", + "rev": "3700d10df6943d062860667470188ddbe2bcd896", + "revCount": 95, + "type": "git", + "url": "https://git.fudo.org/fudo-public/authoritative-dns.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/authoritative-dns.git" + } + }, + "blobs": { "flake": false, "locked": { - "lastModified": 1, - "narHash": "sha256-+OirrRnBKlLiJmIKpuob37LzGKUuyqQJf/T2hL1hGbE=", - "path": "../../common", + "lastModified": 0, + "narHash": "sha256-Ri2mFXWPNLpuOJDer0FSVmDyswjZ6xUHoFq7eqlt1Ao=", + "path": "/secrets/blobs", "type": "path" }, "original": { - "path": "../../common", + "path": "/secrets/blobs", "type": "path" } }, + "build-seed": { + "flake": false, + "locked": { + "lastModified": 1684298635, + "narHash": "sha256-6rzGK/itD/RBRoNGw1L2wLV1IcVbn2b0V49ay1J9z7k=", + "path": "/secrets/build.seed", + "type": "path" + }, + "original": { + "path": "/secrets/build.seed", + "type": "path" + } + }, + "chute": { + "inputs": { + "clj2nix": "clj2nix", + "gitignore": "gitignore", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_2" + }, + "locked": { + "lastModified": 1639520373, + "narHash": "sha256-nJJpvdsL/D/gY8iFaacdoS9phz74wPh2Ta1fc/XfBMg=", + "ref": "stable", + "rev": "56438b1ee2856cb98781f4580a1c6cc0cc6e6f1e", + "revCount": 4, + "type": "git", + "url": "https://git.fudo.org/chute/chute.git" + }, + "original": { + "ref": "stable", + "type": "git", + "url": "https://git.fudo.org/chute/chute.git" + } + }, + "chuteUnstable": { + "inputs": { + "clj2nix": "clj2nix_2", + "gitignore": "gitignore_2", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_4" + }, + "locked": { + "lastModified": 1641048770, + "narHash": "sha256-8rzyOw029lbQC/UzzROwr+k9tnYKPgLIBLxMne6abo4=", + "ref": "master", + "rev": "88a8dbfe38d164351afeeca32c9e725d825e362d", + "revCount": 17, + "type": "git", + "url": "https://git.fudo.org/chute/chute.git" + }, + "original": { + "ref": "master", + "type": "git", + "url": "https://git.fudo.org/chute/chute.git" + } + }, + "clj-nix": { + "inputs": { + "devshell": "devshell", + "flake-utils": "flake-utils_2", + "nixpkgs": [ + "fudo-nixos", + "fudo-home", + "fudo-pkgs", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_10": { + "inputs": { + "devshell": "devshell_10", + "flake-utils": "flake-utils_14", + "nixpkgs": [ + "fudo-nixos", + "pricebot", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1655125606, + "narHash": "sha256-mnqND6/PZMug5Jr92adJcNmwS+XYtVvtKjuowK9A9ec=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "77302aa77afa25e24292aa54eec31e70caa4faf0", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_11": { + "inputs": { + "devshell": "devshell_11", + "flake-utils": "flake-utils_15", + "nixpkgs": [ + "fudo-nixos", + "snooper", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_12": { + "inputs": { + "devshell": "devshell_12", + "flake-utils": "flake-utils_16", + "nixpkgs": [ + "fudo-nixos", + "suanni", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_13": { + "inputs": { + "devshell": "devshell_13", + "flake-utils": "flake-utils_17", + "nixpkgs": [ + "fudo-nixos", + "tattler", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_14": { + "inputs": { + "devshell": "devshell_14", + "flake-utils": "flake-utils_18", + "nixpkgs": [ + "fudo-nixos", + "tattler", + "notifierClj", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_15": { + "inputs": { + "devshell": "devshell_15", + "flake-utils": "flake-utils_20", + "nixpkgs": [ + "fudo-nixos", + "wallfly", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1663870497, + "narHash": "sha256-gnoyYWvZl64WBqR3tf9bKHAznEtBCHmwx7taHghH9Lw=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "23d9daacc80e634df078c4c6e34d592e1593d84c", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_2": { + "inputs": { + "devshell": "devshell_2", + "flake-utils": "flake-utils_4", + "nixpkgs": [ + "fudo-nixos", + "fudo-pkgs", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_3": { + "inputs": { + "devshell": "devshell_3", + "flake-utils": "flake-utils_6", + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "fudo-pkgs", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_4": { + "inputs": { + "devshell": "devshell_4", + "flake-utils": "flake-utils_7", + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-client", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_5": { + "inputs": { + "devshell": "devshell_5", + "flake-utils": "flake-utils_8", + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-crypto", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_6": { + "inputs": { + "devshell": "devshell_6", + "flake-utils": "flake-utils_9", + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-server", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_7": { + "inputs": { + "devshell": "devshell_7", + "flake-utils": "flake-utils_10", + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nexus-client", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_8": { + "inputs": { + "devshell": "devshell_8", + "flake-utils": "flake-utils_11", + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nexus-crypto", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj-nix_9": { + "inputs": { + "devshell": "devshell_9", + "flake-utils": "flake-utils_12", + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nexus-server", + "helpers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", + "owner": "jlesquembre", + "repo": "clj-nix", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", + "type": "github" + }, + "original": { + "owner": "jlesquembre", + "repo": "clj-nix", + "type": "github" + } + }, + "clj2nix": { + "inputs": { + "flake-compat": "flake-compat", + "nixpkgs": "nixpkgs", + "utils": "utils" + }, + "locked": { + "lastModified": 1637900288, + "narHash": "sha256-hQdSCIm1WpG5uK9hoe/iagyYc3Fhi8PJzfo1jFBa53g=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "3d0a38c954c8e0926f57de1d80d357df05fc2f94", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_10": { + "inputs": { + "flake-compat": "flake-compat_11", + "nixpkgs": "nixpkgs_22", + "utils": "utils_27" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_11": { + "inputs": { + "flake-compat": "flake-compat_12", + "nixpkgs": "nixpkgs_23", + "utils": "utils_30" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_12": { + "inputs": { + "flake-compat": "flake-compat_13", + "nixpkgs": "nixpkgs_24", + "utils": "utils_36" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_13": { + "inputs": { + "flake-compat": "flake-compat_14", + "nixpkgs": "nixpkgs_25", + "utils": "utils_39" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_14": { + "inputs": { + "flake-compat": "flake-compat_15", + "nixpkgs": "nixpkgs_26", + "utils": "utils_42" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_15": { + "inputs": { + "flake-compat": "flake-compat_16", + "nixpkgs": "nixpkgs_27", + "utils": "utils_44" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_2": { + "inputs": { + "flake-compat": "flake-compat_2", + "nixpkgs": "nixpkgs_2", + "utils": "utils_3" + }, + "locked": { + "lastModified": 1637900288, + "narHash": "sha256-hQdSCIm1WpG5uK9hoe/iagyYc3Fhi8PJzfo1jFBa53g=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "3d0a38c954c8e0926f57de1d80d357df05fc2f94", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_3": { + "inputs": { + "flake-compat": "flake-compat_4", + "nixpkgs": "nixpkgs_4", + "utils": "utils_5" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_4": { + "inputs": { + "flake-compat": "flake-compat_5", + "nixpkgs": "nixpkgs_8", + "utils": "utils_8" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_5": { + "inputs": { + "flake-compat": "flake-compat_6", + "nixpkgs": "nixpkgs_13", + "utils": "utils_11" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_6": { + "inputs": { + "flake-compat": "flake-compat_7", + "nixpkgs": "nixpkgs_15", + "utils": "utils_13" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_7": { + "inputs": { + "flake-compat": "flake-compat_8", + "nixpkgs": "nixpkgs_16", + "utils": "utils_16" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_8": { + "inputs": { + "flake-compat": "flake-compat_9", + "nixpkgs": "nixpkgs_17", + "utils": "utils_19" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "clj2nix_9": { + "inputs": { + "flake-compat": "flake-compat_10", + "nixpkgs": "nixpkgs_21", + "utils": "utils_24" + }, + "locked": { + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", + "owner": "hlolli", + "repo": "clj2nix", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", + "type": "github" + }, + "original": { + "owner": "hlolli", + "repo": "clj2nix", + "type": "github" + } + }, + "darknet": { + "flake": false, + "locked": { + "lastModified": 1658093200, + "narHash": "sha256-Bhvbc06IeA4oNz93WiPmz9TXwxz7LQ6L8HPr8UEvzvE=", + "owner": "pjreddie", + "repo": "darknet", + "rev": "f6afaabcdf85f77e7aff2ec55c020c0e297c77f9", + "type": "github" + }, + "original": { + "owner": "pjreddie", + "repo": "darknet", + "type": "github" + } + }, + "deployment-common": { + "flake": false, + "locked": { + "lastModified": 1704853879, + "narHash": "sha256-igYTVFpoiy4gyghEmjux9OfM4Mo+JpP0jyS3sGzwjOg=", + "path": "/state/deploy/deploy/common", + "type": "path" + }, + "original": { + "path": "/state/deploy/deploy/common", + "type": "path" + } + }, + "devshell": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "fudo-home", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "fudo-home", + "fudo-pkgs", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_10": { + "inputs": { + "flake-utils": "flake-utils_13", + "nixpkgs": [ + "fudo-nixos", + "pricebot", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1644227066, + "narHash": "sha256-FHcFZtpZEWnUh62xlyY3jfXAXHzJNEDLDzLsJxn+ve0=", + "owner": "numtide", + "repo": "devshell", + "rev": "7033f64dd9ef8d9d8644c5030c73913351d2b660", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_11": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "snooper", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "snooper", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_12": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "suanni", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "suanni", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_13": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "tattler", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "tattler", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_14": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "tattler", + "notifierClj", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "tattler", + "notifierClj", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_15": { + "inputs": { + "flake-utils": "flake-utils_19", + "nixpkgs": [ + "fudo-nixos", + "wallfly", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_2": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "fudo-pkgs", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_3": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "fudo-secrets", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "fudo-pkgs", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_4": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-client", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-client", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_5": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-crypto", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-crypto", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_6": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-server", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-server", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_7": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "nexus", + "nexus-client", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nexus-client", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_8": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "nexus", + "nexus-crypto", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nexus-crypto", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "devshell_9": { + "inputs": { + "flake-utils": [ + "fudo-nixos", + "nexus", + "nexus-server", + "helpers", + "clj-nix", + "flake-utils" + ], + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nexus-server", + "helpers", + "clj-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1658746384, + "narHash": "sha256-CCJcoMOcXyZFrV1ag4XMTpAPjLWb4Anbv+ktXFI1ry0=", + "owner": "numtide", + "repo": "devshell", + "rev": "0ffc7937bb5e8141af03d462b468bd071eb18e1b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "dnssec-keys": { + "flake": false, + "locked": { + "lastModified": 1684298635, + "narHash": "sha256-KGZFtyc7Sd5mGjLxnM+R/XnCtOwyZ4IuOMcblIjlCnM=", + "path": "/secrets/dnssec-keys", + "type": "path" + }, + "original": { + "path": "/secrets/dnssec-keys", + "type": "path" + } + }, + "dnssec-ksks": { + "flake": false, + "locked": { + "lastModified": 1707248541, + "narHash": "sha256-EzzKxX6iGKrDPV8V2kaGj2Jg4s28xX7QgUcPKVucn7k=", + "path": "/secrets/dnssec", + "type": "path" + }, + "original": { + "path": "/secrets/dnssec", + "type": "path" + } + }, + "domain-secrets": { + "flake": false, + "locked": { + "lastModified": 1707962276, + "narHash": "sha256-5EBqxQLujMoiSWHhbIeyfzq8x3znS7xSEFupzd+ly3w=", + "path": "/secrets/domain-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/domain-secrets", + "type": "path" + } + }, + "doom-emacs": { + "inputs": { + "doom-emacs": "doom-emacs_2", + "doom-snippets": "doom-snippets", + "emacs-overlay": "emacs-overlay", + "emacs-so-long": "emacs-so-long", + "evil-escape": "evil-escape", + "evil-markdown": "evil-markdown", + "evil-org-mode": "evil-org-mode", + "evil-quick-diff": "evil-quick-diff", + "explain-pause-mode": "explain-pause-mode", + "flake-compat": "flake-compat_3", + "flake-utils": "flake-utils", + "format-all": "format-all", + "nix-straight": "nix-straight", + "nixpkgs": [ + "fudo-nixos", + "fudo-home", + "nixpkgs" + ], + "nose": "nose", + "ob-racket": "ob-racket", + "org": "org", + "org-contrib": "org-contrib", + "org-yt": "org-yt", + "php-extras": "php-extras", + "revealjs": "revealjs", + "rotate-text": "rotate-text", + "sln-mode": "sln-mode", + "ts-fold": "ts-fold", + "ws-butler": "ws-butler" + }, + "locked": { + "lastModified": 1701264882, + "narHash": "sha256-MBXR7x7Ua8qystlGr+lenwjQd7dsFNFpEFmtHhh10zM=", + "owner": "nix-community", + "repo": "nix-doom-emacs", + "rev": "f7413022370f24bb53cb450bfb2803233510113e", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-doom-emacs", + "type": "github" + } + }, + "doom-emacs_2": { + "flake": false, + "locked": { + "lastModified": 1662497747, + "narHash": "sha256-4n7E1fqda7cn5/F2jTkOnKw1juG6XMS/FI9gqODL3aU=", + "owner": "doomemacs", + "repo": "doomemacs", + "rev": "3853dff5e11655e858d0bfae64b70cb12ef685ac", + "type": "github" + }, + "original": { + "owner": "doomemacs", + "repo": "doomemacs", + "rev": "3853dff5e11655e858d0bfae64b70cb12ef685ac", + "type": "github" + } + }, + "doom-snippets": { + "flake": false, + "locked": { + "lastModified": 1694887483, + "narHash": "sha256-KlKhruPSLPSKqUnr5/U65arm16VrY9ORzm+XKNZhpTQ=", + "owner": "doomemacs", + "repo": "snippets", + "rev": "f022984ee1318a4015d5d081b3c3dab5a60dc6ff", + "type": "github" + }, + "original": { + "owner": "doomemacs", + "repo": "snippets", + "type": "github" + } + }, + "emacs-overlay": { + "flake": false, + "locked": { + "lastModified": 1676366521, + "narHash": "sha256-i4UAY8t9Au9SJtsgYppa3NHSVf1YkV6yqnNIQd+Km4g=", + "owner": "nix-community", + "repo": "emacs-overlay", + "rev": "c16be6de78ea878aedd0292aa5d4a1ee0a5da501", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "emacs-overlay", + "rev": "c16be6de78ea878aedd0292aa5d4a1ee0a5da501", + "type": "github" + } + }, + "emacs-so-long": { + "flake": false, + "locked": { + "lastModified": 1575031854, + "narHash": "sha256-xIa5zO0ZaToDrec1OFjBK6l39AbA4l/CE4LInVu2hi0=", + "owner": "hlissner", + "repo": "emacs-so-long", + "rev": "ed666b0716f60e8988c455804de24b55919e71ca", + "type": "github" + }, + "original": { + "owner": "hlissner", + "repo": "emacs-so-long", + "type": "github" + } + }, + "entities": { + "inputs": { + "fudo-lib": "fudo-lib_5", + "nixpkgs": "nixpkgs_10" + }, + "locked": { + "lastModified": 1707592324, + "narHash": "sha256-OpWILltoP+nN+xrVa/cYNrREfW631wdju7gIxLwP6Lo=", + "ref": "refs/heads/master", + "rev": "bdf15c64e7753b0bb1ba1e6609ca8bf1efe8f712", + "revCount": 235, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/entities.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/entities.git" + } + }, + "evil-escape": { + "flake": false, + "locked": { + "lastModified": 1588439096, + "narHash": "sha256-aB2Ge5o/93B18tPf4fN1c+O46CNh/nOqwLJbox4c8Gw=", + "owner": "hlissner", + "repo": "evil-escape", + "rev": "819f1ee1cf3f69a1ae920e6004f2c0baeebbe077", + "type": "github" + }, + "original": { + "owner": "hlissner", + "repo": "evil-escape", + "type": "github" + } + }, + "evil-markdown": { + "flake": false, + "locked": { + "lastModified": 1626852210, + "narHash": "sha256-HBBuZ1VWIn6kwK5CtGIvHM1+9eiNiKPH0GUsyvpUVN8=", + "owner": "Somelauw", + "repo": "evil-markdown", + "rev": "8e6cc68af83914b2fa9fd3a3b8472573dbcef477", + "type": "github" + }, + "original": { + "owner": "Somelauw", + "repo": "evil-markdown", + "type": "github" + } + }, + "evil-org-mode": { + "flake": false, + "locked": { + "lastModified": 1607203864, + "narHash": "sha256-JxwqVYDN6OIJEH15MVI6XOZAPtUWUhJQWHyzcrUvrFg=", + "owner": "hlissner", + "repo": "evil-org-mode", + "rev": "a9706da260c45b98601bcd72b1d2c0a24a017700", + "type": "github" + }, + "original": { + "owner": "hlissner", + "repo": "evil-org-mode", + "type": "github" + } + }, + "evil-quick-diff": { + "flake": false, + "locked": { + "lastModified": 1575189609, + "narHash": "sha256-oGzl1ayW9rIuq0haoiFS7RZsS8NFMdEA7K1BSozgnJU=", + "owner": "rgrinberg", + "repo": "evil-quick-diff", + "rev": "69c883720b30a892c63bc89f49d4f0e8b8028908", + "type": "github" + }, + "original": { + "owner": "rgrinberg", + "repo": "evil-quick-diff", + "type": "github" + } + }, + "explain-pause-mode": { + "flake": false, + "locked": { + "lastModified": 1595842060, + "narHash": "sha256-++znrjiDSx+cy4okFBBXUBkRFdtnE2x+trkmqjB3Njs=", + "owner": "lastquestion", + "repo": "explain-pause-mode", + "rev": "2356c8c3639cbeeb9751744dbe737267849b4b51", + "type": "github" + }, + "original": { + "owner": "lastquestion", + "repo": "explain-pause-mode", + "type": "github" + } + }, + "filesystem-keys": { + "flake": false, + "locked": { + "lastModified": 1684298634, + "narHash": "sha256-K2wdsA4vcNTaLR9A9qxB+aMaeANL0LXOwBWvUm63lX0=", + "path": "/secrets/filesystem-keys", + "type": "path" + }, + "original": { + "path": "/secrets/filesystem-keys", + "type": "path" + } + }, + "flake-compat": { + "flake": false, + "locked": { + "lastModified": 1627913399, + "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_10": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_11": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_12": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_13": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_14": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_15": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_16": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_2": { + "flake": false, + "locked": { + "lastModified": 1627913399, + "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_3": { + "flake": false, + "locked": { + "lastModified": 1673956053, + "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_4": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_5": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_6": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_7": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_8": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_9": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709336216, + "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_2": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "arion", + "hercules-ci-effects", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "id": "flake-parts", + "type": "indirect" + } + }, + "flake-parts_3": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "frigate-container", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709336216, + "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_4": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "frigate-container", + "arion", + "hercules-ci-effects", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "id": "flake-parts", + "type": "indirect" + } + }, + "flake-parts_5": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "grafana-module", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709336216, + "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_6": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "grafana-module", + "arion", + "hercules-ci-effects", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "id": "flake-parts", + "type": "indirect" + } + }, + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_10": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_11": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_12": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_13": { + "locked": { + "lastModified": 1642700792, + "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_14": { + "locked": { + "lastModified": 1644229661, + "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_15": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_16": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_17": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_18": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_19": { + "locked": { + "lastModified": 1642700792, + "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_2": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_20": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_3": { + "inputs": { + "systems": "systems_2" + }, + "locked": { + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_4": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_5": { + "inputs": { + "systems": "systems_4" + }, + "locked": { + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_6": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_7": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_8": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_9": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "format-all": { + "flake": false, + "locked": { + "lastModified": 1581716637, + "narHash": "sha256-ul7LCe60W8TIvUmUtZtZRo8489TK9iTPDsLHmzxY57M=", + "owner": "lassik", + "repo": "emacs-format-all-the-code", + "rev": "47d862d40a088ca089c92cd393c6dca4628f87d3", + "type": "github" + }, + "original": { + "owner": "lassik", + "repo": "emacs-format-all-the-code", + "rev": "47d862d40a088ca089c92cd393c6dca4628f87d3", + "type": "github" + } + }, + "frigate-container": { + "inputs": { + "arion": "arion_2", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701302959, + "narHash": "sha256-4AhEM9KNT2WG2HrYqzlr1GgG3y+N+RnUJaWtkEqwki0=", + "ref": "refs/heads/master", + "rev": "91032aa4fc2ded188b049d97523093cd0ae867fd", + "revCount": 23, + "type": "git", + "url": "https://git.fudo.org/fudo-public/frigate-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/frigate-container.git" + } + }, "fudo-entities": { "inputs": { "fudo-lib": "fudo-lib", @@ -21,11 +2388,11 @@ ] }, "locked": { - "lastModified": 1684342863, - "narHash": "sha256-bx6TtJUv1x9PL7Ptecs0pA7LXAWzu7rxyiMlqZSKOrU=", + "lastModified": 1708044301, + "narHash": "sha256-V7cqPVcskdf3MvvGr9Yo5n4q2xxbAwG4/Fqhu9SHMpw=", "ref": "refs/heads/master", - "rev": "45f0457328e0bdf5dbc6c103af0d703d46d9a2b2", - "revCount": 138, + "rev": "4804ac7bc3533d662af04e75978225403637cf56", + "revCount": 236, "type": "git", "url": "ssh://fudo_git@git.fudo.org:2222/fudo-nix/entities.git" }, @@ -34,13 +2401,61 @@ "url": "ssh://fudo_git@git.fudo.org:2222/fudo-nix/entities.git" } }, + "fudo-entities_2": { + "inputs": { + "fudo-lib": "fudo-lib_3", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708044301, + "narHash": "sha256-V7cqPVcskdf3MvvGr9Yo5n4q2xxbAwG4/Fqhu9SHMpw=", + "ref": "refs/heads/master", + "rev": "4804ac7bc3533d662af04e75978225403637cf56", + "revCount": 236, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/entities.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/entities.git" + } + }, + "fudo-home": { + "inputs": { + "doom-emacs": "doom-emacs", + "fudo-pkgs": "fudo-pkgs", + "gnome-manager": "gnome-manager", + "home-manager": "home-manager", + "niten-doom-config": "niten-doom-config", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708051636, + "narHash": "sha256-mwv6Q6c9m/X/k9Xr9xVoUvzP3LJjXKh2epXRe7A9ugE=", + "ref": "refs/heads/master", + "rev": "74be3bcf575c11dcf12f7a4ae19c93954af0c649", + "revCount": 468, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/home.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/home.git" + } + }, "fudo-lib": { "locked": { - "lastModified": 1654117056, - "narHash": "sha256-Ray3c3Zv41Ax4MvTFY7pagfROUoXzS4x11l0EHFj9DE=", - "ref": "master", - "rev": "df53c13bb7f15336a2b0f110cef0a57af7089737", - "revCount": 68, + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", + "ref": "refs/heads/master", + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -49,13 +2464,1327 @@ "url": "https://git.fudo.org/fudo-nix/lib.git" } }, + "fudo-lib_2": { + "locked": { + "lastModified": 1700242449, + "narHash": "sha256-LfetCw18YI5SFAWSHzKcZq4G1ClwiKBh4qhxZcj7IWQ=", + "ref": "refs/heads/master", + "rev": "04263beb7f170a1c535832461901173410ca81d8", + "revCount": 176, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + } + }, + "fudo-lib_3": { + "locked": { + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", + "ref": "refs/heads/master", + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + } + }, + "fudo-lib_4": { + "locked": { + "lastModified": 1709939497, + "narHash": "sha256-+i2NXUV13PTV2ebxzgJughpkOdx9WvXdB8AZP7lHbzY=", + "ref": "refs/heads/master", + "rev": "e6109489d41c117e6c346db41826dcf969529a22", + "revCount": 227, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + } + }, + "fudo-lib_5": { + "locked": { + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", + "ref": "refs/heads/master", + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + } + }, + "fudo-nixos": { + "inputs": { + "arion": "arion", + "authentik-container": "authentik-container", + "authoritative-dns": "authoritative-dns", + "chute": "chute", + "chuteUnstable": "chuteUnstable", + "frigate-container": "frigate-container", + "fudo-entities": "fudo-entities_2", + "fudo-home": "fudo-home", + "fudo-lib": "fudo-lib_4", + "fudo-pkgs": "fudo-pkgs_2", + "fudo-secrets": "fudo-secrets", + "grafana-module": "grafana-module", + "immich-container": "immich-container", + "lemmy-container": "lemmy-container", + "lemmy-docker": "lemmy-docker", + "mail-server": "mail-server", + "mastodon-container": "mastodon-container", + "matrix-module": "matrix-module", + "nextcloud-container": "nextcloud-container", + "nexus": "nexus_2", + "nixpkgs": [ + "nixpkgs" + ], + "nixpkgsUnstable": "nixpkgsUnstable", + "objectifier": "objectifier", + "pricebot": "pricebot", + "snooper": "snooper", + "suanni": "suanni", + "tattler": "tattler", + "tesla-mate-container": "tesla-mate-container", + "textfiles": "textfiles", + "wallfly": "wallfly" + }, + "locked": { + "lastModified": 1710008144, + "narHash": "sha256-6WEImMc+eGvgLuC7peJSTKnSi30RmIp/ErZQAcyn0sw=", + "path": "/state/deploy/config", + "type": "path" + }, + "original": { + "path": "/state/deploy/config", + "type": "path" + } + }, + "fudo-pkgs": { + "inputs": { + "helpers": "helpers", + "unstableNixpkgs": "unstableNixpkgs" + }, + "locked": { + "lastModified": 1703103386, + "narHash": "sha256-+hQr7V6rVfG1wt49kkC3BgbLnsOkSfuJLCEo/ERjIfE=", + "ref": "refs/heads/master", + "rev": "f975b9b4d0c0187cf70ff3f533486ca30c471083", + "revCount": 260, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/pkgs.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/pkgs.git" + } + }, + "fudo-pkgs_2": { + "inputs": { + "google-photo-uploader-flake": "google-photo-uploader-flake", + "helpers": "helpers_2", + "unstableNixpkgs": "unstableNixpkgs_2" + }, + "locked": { + "lastModified": 1708888433, + "narHash": "sha256-WV4uPX/wsqaH406OGhRst9mBLJj2WCatV5lAL0jfpWM=", + "ref": "refs/heads/master", + "rev": "08b3f97c8e03d0bf42878caab5261a6119341201", + "revCount": 294, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/pkgs.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/pkgs.git" + } + }, + "fudo-pkgs_3": { + "inputs": { + "google-photo-uploader-flake": "google-photo-uploader-flake_2", + "helpers": "helpers_3", + "unstableNixpkgs": "unstableNixpkgs_3" + }, + "locked": { + "lastModified": 1707689166, + "narHash": "sha256-kV69NbGYO51wCdWBJaseXdPuD0uJ8YE4BH6Ljc8nqyw=", + "ref": "refs/heads/master", + "rev": "6f3717c9a958991c6d686605274816590ed36cd0", + "revCount": 293, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/pkgs.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/pkgs.git" + } + }, + "fudo-secrets": { + "inputs": { + "blobs": "blobs", + "build-seed": "build-seed", + "dnssec-keys": "dnssec-keys", + "dnssec-ksks": "dnssec-ksks", + "domain-secrets": "domain-secrets", + "entities": "entities", + "filesystem-keys": "filesystem-keys", + "fudo-pkgs": "fudo-pkgs_3", + "nexus": "nexus", + "nixpkgs": "nixpkgs_19", + "service-passwords": "service-passwords", + "service-secrets": "service-secrets", + "site-secrets": "site-secrets", + "ssh-keypairs": "ssh-keypairs", + "utils": "utils_23" + }, + "locked": { + "lastModified": 1708124065, + "narHash": "sha256-tNoh0yYrYv3VO3ixKO2+pqZ++JcLGKg9vN+kf3YpeK8=", + "path": "/secrets", + "type": "path" + }, + "original": { + "path": "/secrets", + "type": "path" + } + }, + "gitignore": { + "inputs": { + "nixpkgs": [ + "fudo-nixos", + "chute", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1635165013, + "narHash": "sha256-o/BdVjNwcB6jOmzZjOH703BesSkkS5O7ej3xhyO8hAY=", + "owner": "hercules-ci", + "repo": "gitignore.nix", + "rev": "5b9e0ff9d3b551234b4f3eb3983744fa354b17f1", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "gitignore.nix", + "type": "github" + } + }, + "gitignore_2": { + "inputs": { + "nixpkgs": [ + "fudo-nixos", + "chuteUnstable", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1635165013, + "narHash": "sha256-o/BdVjNwcB6jOmzZjOH703BesSkkS5O7ej3xhyO8hAY=", + "owner": "hercules-ci", + "repo": "gitignore.nix", + "rev": "5b9e0ff9d3b551234b4f3eb3983744fa354b17f1", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "gitignore.nix", + "type": "github" + } + }, + "gnome-manager": { + "inputs": { + "home-manager": [ + "fudo-nixos", + "fudo-home", + "home-manager" + ] + }, + "locked": { + "lastModified": 1673465156, + "narHash": "sha256-pr6ytEViK59zHUNt4CZWi1zB0MarBbGP1oNNdU7lOSQ=", + "owner": "fudoniten", + "repo": "gnome-manager", + "rev": "0da66d80d12d051846f3a7a29013c29b705e04a6", + "type": "github" + }, + "original": { + "owner": "fudoniten", + "ref": "hm-module", + "repo": "gnome-manager", + "type": "github" + } + }, + "gomod2nix": { + "inputs": { + "flake-utils": "flake-utils_3", + "nixpkgs": "nixpkgs_6" + }, + "locked": { + "lastModified": 1705314449, + "narHash": "sha256-yfQQ67dLejP0FLK76LKHbkzcQqNIrux6MFe32MMFGNQ=", + "owner": "nix-community", + "repo": "gomod2nix", + "rev": "30e3c3a9ec4ac8453282ca7f67fca9e1da12c3e6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "gomod2nix", + "type": "github" + } + }, + "gomod2nix_2": { + "inputs": { + "flake-utils": "flake-utils_5", + "nixpkgs": "nixpkgs_11" + }, + "locked": { + "lastModified": 1705314449, + "narHash": "sha256-yfQQ67dLejP0FLK76LKHbkzcQqNIrux6MFe32MMFGNQ=", + "owner": "nix-community", + "repo": "gomod2nix", + "rev": "30e3c3a9ec4ac8453282ca7f67fca9e1da12c3e6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "gomod2nix", + "type": "github" + } + }, + "google-photo-uploader-flake": { + "inputs": { + "gomod2nix": "gomod2nix", + "nixpkgs": "nixpkgs_7", + "utils": "utils_7" + }, + "locked": { + "lastModified": 1706383993, + "narHash": "sha256-9tW9gK/1TLQQhOZQUtcrvmeuYkHo+WMLH0EG1q1W8Nk=", + "ref": "refs/heads/master", + "rev": "6b3dea996c6409b157a821c3f30df087d098edfd", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + } + }, + "google-photo-uploader-flake_2": { + "inputs": { + "gomod2nix": "gomod2nix_2", + "nixpkgs": "nixpkgs_12", + "utils": "utils_10" + }, + "locked": { + "lastModified": 1706383993, + "narHash": "sha256-9tW9gK/1TLQQhOZQUtcrvmeuYkHo+WMLH0EG1q1W8Nk=", + "ref": "refs/heads/master", + "rev": "6b3dea996c6409b157a821c3f30df087d098edfd", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + } + }, + "grafana-module": { + "inputs": { + "arion": "arion_3", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1702251866, + "narHash": "sha256-z9PQEk/1iIkS8rGSW8NIo6WpE4eTKPPAdRx2ANE/NeE=", + "ref": "refs/heads/master", + "rev": "f3b43259a40b2b46ca87614c590bf8d7d4fbbb8a", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/grafana-module.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/grafana-module.git" + } + }, + "haskell-flake": { + "locked": { + "lastModified": 1675296942, + "narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "c2cafce9d57bfca41794dc3b99c593155006c71e", + "type": "github" + }, + "original": { + "owner": "srid", + "ref": "0.1.0", + "repo": "haskell-flake", + "type": "github" + } + }, + "haskell-flake_2": { + "locked": { + "lastModified": 1675296942, + "narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "c2cafce9d57bfca41794dc3b99c593155006c71e", + "type": "github" + }, + "original": { + "owner": "srid", + "ref": "0.1.0", + "repo": "haskell-flake", + "type": "github" + } + }, + "haskell-flake_3": { + "locked": { + "lastModified": 1675296942, + "narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "c2cafce9d57bfca41794dc3b99c593155006c71e", + "type": "github" + }, + "original": { + "owner": "srid", + "ref": "0.1.0", + "repo": "haskell-flake", + "type": "github" + } + }, + "helpers": { + "inputs": { + "clj-nix": "clj-nix", + "clj2nix": "clj2nix_3", + "nixpkgs": "nixpkgs_5", + "utils": "utils_6" + }, + "locked": { + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", + "ref": "refs/heads/master", + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_10": { + "inputs": { + "clj-nix": "clj-nix_11", + "clj2nix": "clj2nix_12", + "nixpkgs": [ + "fudo-nixos", + "snooper", + "nixpkgs" + ], + "utils": "utils_37" + }, + "locked": { + "lastModified": 1677792046, + "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "ref": "refs/heads/master", + "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", + "revCount": 32, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_11": { + "inputs": { + "clj-nix": "clj-nix_12", + "clj2nix": "clj2nix_13", + "nixpkgs": [ + "fudo-nixos", + "suanni", + "nixpkgs" + ], + "utils": "utils_40" + }, + "locked": { + "lastModified": 1677792046, + "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "ref": "refs/heads/master", + "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", + "revCount": 32, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_12": { + "inputs": { + "clj-nix": "clj-nix_13", + "clj2nix": "clj2nix_14", + "nixpkgs": [ + "fudo-nixos", + "tattler", + "nixpkgs" + ], + "utils": "utils_43" + }, + "locked": { + "lastModified": 1684439334, + "narHash": "sha256-GSBblSbzl0ArXvRGn9EpjP/5j2hmu3b2IjQeY1llO08=", + "ref": "with-deps", + "rev": "b047ccd1226517e757bc8084c2cba630f4bd10b9", + "revCount": 69, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "ref": "with-deps", + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_13": { + "inputs": { + "clj-nix": "clj-nix_14", + "clj2nix": "clj2nix_15", + "nixpkgs": [ + "fudo-nixos", + "tattler", + "notifierClj", + "nixpkgs" + ], + "utils": "utils_45" + }, + "locked": { + "lastModified": 1684439334, + "narHash": "sha256-GSBblSbzl0ArXvRGn9EpjP/5j2hmu3b2IjQeY1llO08=", + "ref": "with-deps", + "rev": "b047ccd1226517e757bc8084c2cba630f4bd10b9", + "revCount": 69, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "ref": "with-deps", + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_2": { + "inputs": { + "clj-nix": "clj-nix_2", + "clj2nix": "clj2nix_4", + "nixpkgs": "nixpkgs_9", + "utils": "utils_9" + }, + "locked": { + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", + "ref": "refs/heads/master", + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_3": { + "inputs": { + "clj-nix": "clj-nix_3", + "clj2nix": "clj2nix_5", + "nixpkgs": "nixpkgs_14", + "utils": "utils_12" + }, + "locked": { + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", + "ref": "refs/heads/master", + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_4": { + "inputs": { + "clj-nix": "clj-nix_4", + "clj2nix": "clj2nix_6", + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-client", + "nixpkgs" + ], + "utils": "utils_14" + }, + "locked": { + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", + "ref": "refs/heads/master", + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_5": { + "inputs": { + "clj-nix": "clj-nix_5", + "clj2nix": "clj2nix_7", + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-crypto", + "nixpkgs" + ], + "utils": "utils_17" + }, + "locked": { + "lastModified": 1677792046, + "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "ref": "refs/heads/master", + "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", + "revCount": 32, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_6": { + "inputs": { + "clj-nix": "clj-nix_6", + "clj2nix": "clj2nix_8", + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nexus-server", + "nixpkgs" + ], + "utils": "utils_20" + }, + "locked": { + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", + "ref": "refs/heads/master", + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_7": { + "inputs": { + "clj-nix": "clj-nix_7", + "clj2nix": "clj2nix_9", + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nexus-client", + "nixpkgs" + ], + "utils": "utils_25" + }, + "locked": { + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", + "ref": "refs/heads/master", + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_8": { + "inputs": { + "clj-nix": "clj-nix_8", + "clj2nix": "clj2nix_10", + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nexus-crypto", + "nixpkgs" + ], + "utils": "utils_28" + }, + "locked": { + "lastModified": 1677792046, + "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "ref": "refs/heads/master", + "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", + "revCount": 32, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "helpers_9": { + "inputs": { + "clj-nix": "clj-nix_9", + "clj2nix": "clj2nix_11", + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nexus-server", + "nixpkgs" + ], + "utils": "utils_31" + }, + "locked": { + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", + "ref": "refs/heads/master", + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + } + }, + "hercules-ci-effects": { + "inputs": { + "flake-parts": "flake-parts_2", + "nixpkgs": [ + "fudo-nixos", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708547820, + "narHash": "sha256-xU/KC1PWqq5zL9dQ9wYhcdgxAwdeF/dJCLPH3PNZEBg=", + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "rev": "0ca27bd58e4d5be3135a4bef66b582e57abe8f4a", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "type": "github" + } + }, + "hercules-ci-effects_2": { + "inputs": { + "flake-parts": "flake-parts_4", + "nixpkgs": [ + "fudo-nixos", + "frigate-container", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708547820, + "narHash": "sha256-xU/KC1PWqq5zL9dQ9wYhcdgxAwdeF/dJCLPH3PNZEBg=", + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "rev": "0ca27bd58e4d5be3135a4bef66b582e57abe8f4a", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "type": "github" + } + }, + "hercules-ci-effects_3": { + "inputs": { + "flake-parts": "flake-parts_6", + "nixpkgs": [ + "fudo-nixos", + "grafana-module", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708547820, + "narHash": "sha256-xU/KC1PWqq5zL9dQ9wYhcdgxAwdeF/dJCLPH3PNZEBg=", + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "rev": "0ca27bd58e4d5be3135a4bef66b582e57abe8f4a", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "type": "github" + } + }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "fudo-nixos", + "fudo-home", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1704980875, + "narHash": "sha256-IPZmMjk5f4TBbEpzUFBc3OC1W6OwDNEXk2w/0uVXX1o=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "5f0ab0eedc6ede69beb8f45561ffefa54edc6e65", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-23.11", + "repo": "home-manager", + "type": "github" + } + }, + "immich-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707523346, + "narHash": "sha256-aGX32giqEUYGrs3Z8dOt6cst8TNoF3cATZyEOAS1220=", + "ref": "refs/heads/master", + "rev": "fd6cd5e3352bcef581d0ecd6f338f7b0bc85f437", + "revCount": 18, + "type": "git", + "url": "https://git.fudo.org/fudo-public/immich-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/immich-container.git" + } + }, + "lemmy-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1706310379, + "narHash": "sha256-VkHnaPBpkWoMCl4xtnfyxdOECwporks/fzcznWs1/VQ=", + "ref": "refs/heads/master", + "rev": "555a3eff5fc3cea4d8d214b08a2e140cd89f1853", + "revCount": 33, + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-container.git" + } + }, + "lemmy-docker": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1705597965, + "narHash": "sha256-XzqJLlERpSaqmerGhIyEJa2aC+ZVNgJ3OufQKjdT8xY=", + "ref": "refs/heads/master", + "rev": "b12aeeb09fced1c8990f2b11d95356cbac1d5bdd", + "revCount": 88, + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-docker.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-docker.git" + } + }, + "mail-server": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707341604, + "narHash": "sha256-0gHBWPhkIJKxmUit1m+MumCc3jt4aWdMhAPXgfZmMVw=", + "ref": "refs/heads/master", + "rev": "293553c9ed805291f095260c224183902fee3e4c", + "revCount": 262, + "type": "git", + "url": "https://git.fudo.org/fudo-public/mail-server.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/mail-server.git" + } + }, + "mastodon-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1706557789, + "narHash": "sha256-LT/L75aU5LazOrjdBmzY01jjjU4ZkP/MwlKy7oWit7o=", + "ref": "refs/heads/master", + "rev": "d3f9019ff0696497e397b2357301b183d30704aa", + "revCount": 78, + "type": "git", + "url": "https://git.fudo.org/fudo-public/mastodon-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/mastodon-container.git" + } + }, + "matrix-module": { + "inputs": { + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707980545, + "narHash": "sha256-gDcGdhwxEItaB571Ohs+kROBQ1oRwjazOtCB1AInoYA=", + "ref": "refs/heads/master", + "rev": "5d78ce3ec9588cc6ab6002dbfa8f51189ea3582d", + "revCount": 25, + "type": "git", + "url": "https://git.fudo.org/fudo-public/matrix-module.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/matrix-module.git" + } + }, + "nextcloud-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707412342, + "narHash": "sha256-/TSNDXfFJ2veoYLbqnnXWcG/SnVVCodguejuFVJy61g=", + "ref": "refs/heads/master", + "rev": "292536ff36d67ca14acf7238db3aab1226d2bc22", + "revCount": 37, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nextcloud-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nextcloud-container.git" + } + }, + "nexus": { + "inputs": { + "nexus-client": "nexus-client", + "nexus-crypto": "nexus-crypto", + "nexus-server": "nexus-server", + "nixpkgs": "nixpkgs_18", + "utils": "utils_22" + }, + "locked": { + "lastModified": 1694023994, + "narHash": "sha256-EglOSW6M2JJnfMjoRtS2w1DcZzoU6USf+Vuv0MwOQ0w=", + "ref": "refs/heads/master", + "rev": "9b1ee964d8f47f8c2ad97269e4322312af1412eb", + "revCount": 253, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus.git" + } + }, + "nexus-client": { + "inputs": { + "helpers": "helpers_4", + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_15" + }, + "locked": { + "lastModified": 1693890453, + "narHash": "sha256-KRQqUG6yq3uvP8uQCPRM1x60iV2l1t/qGyv101LjKAo=", + "ref": "refs/heads/master", + "rev": "850bf5d3cdd307f289e1794f2181ee05216c78c1", + "revCount": 50, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-client.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-client.git" + } + }, + "nexus-client_2": { + "inputs": { + "helpers": "helpers_7", + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nixpkgs" + ], + "utils": "utils_26" + }, + "locked": { + "lastModified": 1693890453, + "narHash": "sha256-KRQqUG6yq3uvP8uQCPRM1x60iV2l1t/qGyv101LjKAo=", + "ref": "refs/heads/master", + "rev": "850bf5d3cdd307f289e1794f2181ee05216c78c1", + "revCount": 50, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-client.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-client.git" + } + }, + "nexus-crypto": { + "inputs": { + "helpers": "helpers_5", + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_18" + }, + "locked": { + "lastModified": 1677792070, + "narHash": "sha256-D8rqdQRjbDuuIDZE+I7pza8FJLzypiwUhUZw9Aa9FWQ=", + "ref": "refs/heads/master", + "rev": "11526a84ad72afaef0b2822df06fd2fc225864d4", + "revCount": 11, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-crypto.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-crypto.git" + } + }, + "nexus-crypto_2": { + "inputs": { + "helpers": "helpers_8", + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nixpkgs" + ], + "utils": "utils_29" + }, + "locked": { + "lastModified": 1677792070, + "narHash": "sha256-D8rqdQRjbDuuIDZE+I7pza8FJLzypiwUhUZw9Aa9FWQ=", + "ref": "refs/heads/master", + "rev": "11526a84ad72afaef0b2822df06fd2fc225864d4", + "revCount": 11, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-crypto.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-crypto.git" + } + }, + "nexus-server": { + "inputs": { + "helpers": "helpers_6", + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_21" + }, + "locked": { + "lastModified": 1693890469, + "narHash": "sha256-YMlAhaM3X7jwqCZJ3g9xSZuu0vwJlzVilFWiUQiJxqM=", + "ref": "refs/heads/master", + "rev": "efcde6094822bc43a13b9a15fe85f470a5c2ef0b", + "revCount": 61, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-server.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-server.git" + } + }, + "nexus-server_2": { + "inputs": { + "helpers": "helpers_9", + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nixpkgs" + ], + "utils": "utils_32" + }, + "locked": { + "lastModified": 1693890469, + "narHash": "sha256-YMlAhaM3X7jwqCZJ3g9xSZuu0vwJlzVilFWiUQiJxqM=", + "ref": "refs/heads/master", + "rev": "efcde6094822bc43a13b9a15fe85f470a5c2ef0b", + "revCount": 61, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-server.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus-server.git" + } + }, + "nexus_2": { + "inputs": { + "nexus-client": "nexus-client_2", + "nexus-crypto": "nexus-crypto_2", + "nexus-server": "nexus-server_2", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_33" + }, + "locked": { + "lastModified": 1694023994, + "narHash": "sha256-EglOSW6M2JJnfMjoRtS2w1DcZzoU6USf+Vuv0MwOQ0w=", + "ref": "refs/heads/master", + "rev": "9b1ee964d8f47f8c2ad97269e4322312af1412eb", + "revCount": 253, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nexus.git" + } + }, + "niten-doom-config": { + "flake": false, + "locked": { + "lastModified": 1704436447, + "narHash": "sha256-gGWK8aif/oe6LDheFgUtlicnSrnKL3NFpwd1S5jrops=", + "ref": "refs/heads/master", + "rev": "97148ddf8ff2a2a70af1f08b38dd457e0384bd41", + "revCount": 87, + "type": "git", + "url": "https://git.fudo.org/niten/doom-emacs.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/niten/doom-emacs.git" + } + }, + "nix-straight": { + "flake": false, + "locked": { + "lastModified": 1694361489, + "narHash": "sha256-kjDp+j6OtrmqbtjQB5uuOtjS08+kgJQuxFqhWE1Y9Rw=", + "owner": "nix-community", + "repo": "nix-straight.el", + "rev": "748be99b84be0b130e946288099806a0f16d6e57", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-straight.el", + "type": "github" + } + }, "nixpkgs": { "locked": { - "lastModified": 1684280442, - "narHash": "sha256-nC1/kfh6tpMQSLQalbNTNnireIlxvLLugrjZdasNh+I=", + "lastModified": 1637881340, + "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6c591e7adc514090a77209f56c9d0c551ab8530d", + "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgsUnstable": { + "locked": { + "lastModified": 1709703039, + "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, + "nixpkgs_10": { + "locked": { + "lastModified": 1699291058, + "narHash": "sha256-5ggduoaAMPHUy4riL+OrlAZE14Kh7JWX4oLEs22ZqfU=", + "path": "/nix/store/3s69yxbbl116zwga3i6cy7prplywq0bn-source", + "rev": "41de143fda10e33be0f47eab2bfe08a50f234267", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_11": { + "locked": { + "lastModified": 1658285632, + "narHash": "sha256-zRS5S/hoeDGUbO+L95wXG9vJNwsSYcl93XiD0HQBXLk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "5342fc6fb59d0595d26883c3cadff16ce58e44f3", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_12": { + "locked": { + "lastModified": 1706098335, + "narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a77ab169a83a4175169d78684ddd2e54486ac651", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.11", + "type": "indirect" + } + }, + "nixpkgs_13": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_14": { + "locked": { + "lastModified": 1677624842, + "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0", "type": "github" }, "original": { @@ -64,11 +3793,1803 @@ "type": "indirect" } }, + "nixpkgs_15": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_16": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_17": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_18": { + "locked": { + "lastModified": 1693771906, + "narHash": "sha256-32EnPCaVjOiEERZ+o/2Ir7JH9pkfwJZJ27SKHNvt4yk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.05", + "type": "indirect" + } + }, + "nixpkgs_19": { + "locked": { + "lastModified": 1707786466, + "narHash": "sha256-yLPfrmW87M2qt+8bAmwopJawa+MJLh3M9rUbXtpUc1o=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "01885a071465e223f8f68971f864b15829988504", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.11", + "type": "indirect" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1637881340, + "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_20": { + "locked": { + "lastModified": 1709479366, + "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_21": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_22": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_23": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_24": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_25": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_26": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_27": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_28": { + "locked": { + "lastModified": 1709884566, + "narHash": "sha256-NSYJg2sfdO/XS3L8XN/59Zhzn0dqWm7XtVnKI2mHq3w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2be119add7b37dc535da2dd4cba68e2cf8d1517e", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.11", + "type": "indirect" + } + }, + "nixpkgs_3": { + "locked": { + "lastModified": 1709479366, + "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_4": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_5": { + "locked": { + "lastModified": 1677624842, + "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-22.11", + "type": "indirect" + } + }, + "nixpkgs_6": { + "locked": { + "lastModified": 1658285632, + "narHash": "sha256-zRS5S/hoeDGUbO+L95wXG9vJNwsSYcl93XiD0HQBXLk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "5342fc6fb59d0595d26883c3cadff16ce58e44f3", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_7": { + "locked": { + "lastModified": 1706098335, + "narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a77ab169a83a4175169d78684ddd2e54486ac651", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.11", + "type": "indirect" + } + }, + "nixpkgs_8": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_9": { + "locked": { + "lastModified": 1677624842, + "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-22.11", + "type": "indirect" + } + }, + "nose": { + "flake": false, + "locked": { + "lastModified": 1400604510, + "narHash": "sha256-daEi8Kta1oGaDEmUUDDQMahTTPOpvNpDKk22rlr7cB0=", + "owner": "emacsattic", + "repo": "nose", + "rev": "f8528297519eba911696c4e68fa88892de9a7b72", + "type": "github" + }, + "original": { + "owner": "emacsattic", + "repo": "nose", + "type": "github" + } + }, + "notifierClj": { + "inputs": { + "helpers": "helpers_13", + "nixpkgs": [ + "fudo-nixos", + "tattler", + "nixpkgs" + ], + "utils": "utils_46" + }, + "locked": { + "lastModified": 1684784801, + "narHash": "sha256-7d8blW6tVHMTdgAQB2Dh470XsvWbD5gICwgXrS/90Xg=", + "ref": "refs/heads/master", + "rev": "6ff2823f55812d527ce6fd022caf78a438afb371", + "revCount": 9, + "type": "git", + "url": "https://git.fudo.org/fudo-public/notifier.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/notifier.git" + } + }, + "ob-racket": { + "flake": false, + "locked": { + "lastModified": 1584656173, + "narHash": "sha256-rBUYDDCXb+3D4xTPQo9UocbTPZ32kWV1Uya/1DmZknU=", + "owner": "xchrishawk", + "repo": "ob-racket", + "rev": "83457ec9e1e96a29fd2086ed19432b9d75787673", + "type": "github" + }, + "original": { + "owner": "xchrishawk", + "repo": "ob-racket", + "type": "github" + } + }, + "objectifier": { + "inputs": { + "darknet": "darknet", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_34" + }, + "locked": { + "lastModified": 1686166350, + "narHash": "sha256-NseJllTLhQLLaifVgPiO5aWJH446/YILGux+I5FOIdU=", + "ref": "refs/heads/master", + "rev": "671ed746568a1f03e71c13f2498bfb69b8a2aedd", + "revCount": 75, + "type": "git", + "url": "https://git.fudo.org/fudo-public/objectifier.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/objectifier.git" + } + }, + "org": { + "flake": false, + "locked": { + "lastModified": 1695726851, + "narHash": "sha256-qgbjspklSoI8M3cbCJOcUdjuijRgsL/+PSyEOW9VX4I=", + "owner": "emacs-straight", + "repo": "org-mode", + "rev": "aa9177e1a8b039c357d369c1c9aaab710bb247a9", + "type": "github" + }, + "original": { + "owner": "emacs-straight", + "repo": "org-mode", + "type": "github" + } + }, + "org-contrib": { + "flake": false, + "locked": { + "lastModified": 1694946041, + "narHash": "sha256-X/HFG6NZe5BY00KvGbcsIuf9R6Lg8x7Uhd0Y5+Q3qZU=", + "owner": "emacsmirror", + "repo": "org-contrib", + "rev": "5eabbf22bdd4523c922a30787e98ee66c24221aa", + "type": "github" + }, + "original": { + "owner": "emacsmirror", + "repo": "org-contrib", + "type": "github" + } + }, + "org-yt": { + "flake": false, + "locked": { + "lastModified": 1527381913, + "narHash": "sha256-dzQ6B7ryzatHCTLyEnRSbWO0VUiX/FHYnpHTs74aVUs=", + "owner": "TobiasZawada", + "repo": "org-yt", + "rev": "40cc1ac76d741055cbefa13860d9f070a7ade001", + "type": "github" + }, + "original": { + "owner": "TobiasZawada", + "repo": "org-yt", + "type": "github" + } + }, + "php-extras": { + "flake": false, + "locked": { + "lastModified": 1573312690, + "narHash": "sha256-r4WyVbzvT0ra4Z6JywNBOw5RxOEYd6Qe2IpebHXkj1U=", + "owner": "arnested", + "repo": "php-extras", + "rev": "d410c5af663c30c01d461ac476d1cbfbacb49367", + "type": "github" + }, + "original": { + "owner": "arnested", + "repo": "php-extras", + "type": "github" + } + }, + "pricebot": { + "inputs": { + "clj-nix": "clj-nix_10", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_35" + }, + "locked": { + "lastModified": 1661201877, + "narHash": "sha256-aA2DKV24Gq2oRb6Tnvq+IBfkTJZNXx5n5E7ELLgFdbU=", + "ref": "refs/heads/master", + "rev": "9269eb1a7e9f1b177d0ab3382c4c641b5bb2bbfa", + "revCount": 44, + "type": "git", + "url": "https://git.fudo.org/fudo-public/pricebot.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/pricebot.git" + } + }, + "revealjs": { + "flake": false, + "locked": { + "lastModified": 1695738029, + "narHash": "sha256-Z9c9Q41jMkj/DyXOiZYyIa7Gmn8VB8yauTyWrSsT+ps=", + "owner": "hakimel", + "repo": "reveal.js", + "rev": "88fbfc5751ad01e3f6adee5819eabeb9e73c3757", + "type": "github" + }, + "original": { + "owner": "hakimel", + "repo": "reveal.js", + "type": "github" + } + }, "root": { "inputs": { "deployment-common": "deployment-common", "fudo-entities": "fudo-entities", - "nixpkgs": "nixpkgs" + "fudo-nixos": "fudo-nixos", + "nixpkgs": "nixpkgs_28" + } + }, + "rotate-text": { + "flake": false, + "locked": { + "lastModified": 1322962747, + "narHash": "sha256-SOeOgSlcEIsKhUiYDJv0p+mLUb420s9E2BmvZQvZ0wk=", + "owner": "debug-ito", + "repo": "rotate-text.el", + "rev": "48f193697db996855aee1ad2bc99b38c6646fe76", + "type": "github" + }, + "original": { + "owner": "debug-ito", + "repo": "rotate-text.el", + "type": "github" + } + }, + "service-passwords": { + "flake": false, + "locked": { + "lastModified": 1701451798, + "narHash": "sha256-2+ue3o/qKM0tVBkjHy3eLMNFSH/F+nJS39u9fCWAoDg=", + "path": "/secrets/service-passwords", + "type": "path" + }, + "original": { + "path": "/secrets/service-passwords", + "type": "path" + } + }, + "service-secrets": { + "flake": false, + "locked": { + "lastModified": 1705264542, + "narHash": "sha256-7CBc+x58VD5a+7b7LUm0AslGRDuKcYlvScZrDYIC6/s=", + "path": "/secrets/service-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/service-secrets", + "type": "path" + } + }, + "site-secrets": { + "flake": false, + "locked": { + "lastModified": 1696448830, + "narHash": "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=", + "path": "/secrets/site-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/site-secrets", + "type": "path" + } + }, + "sln-mode": { + "flake": false, + "locked": { + "lastModified": 1423727528, + "narHash": "sha256-XqkqPyEJuTtFslOz1fpTf/Klbd/zA7IGpzpmum/MGao=", + "owner": "sensorflo", + "repo": "sln-mode", + "rev": "0f91d1b957c7d2a7bab9278ec57b54d57f1dbd9c", + "type": "github" + }, + "original": { + "owner": "sensorflo", + "repo": "sln-mode", + "type": "github" + } + }, + "snooper": { + "inputs": { + "helpers": "helpers_10", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_38" + }, + "locked": { + "lastModified": 1701133174, + "narHash": "sha256-RwrqP8c89vSvBb7EPVtho++2DG1j6/aJXUYEi/2vxWc=", + "ref": "refs/heads/master", + "rev": "a206cfdb9cb08bbf85096ffc0448be35f2fb0253", + "revCount": 13, + "type": "git", + "url": "https://git.fudo.org/fudo-public/snooper.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/snooper.git" + } + }, + "ssh-keypairs": { + "flake": false, + "locked": { + "lastModified": 1697914793, + "narHash": "sha256-AvjV3wozHvHbRDZqWkynL0F0n9kikNIEjpaiWCrqs4Q=", + "path": "/secrets/ssh-keypairs", + "type": "path" + }, + "original": { + "path": "/secrets/ssh-keypairs", + "type": "path" + } + }, + "suanni": { + "inputs": { + "helpers": "helpers_11", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_41" + }, + "locked": { + "lastModified": 1686169813, + "narHash": "sha256-AewLCha21CASd8tQi8152jlYVSO7jIY/8IXUH6QAb+I=", + "ref": "refs/heads/master", + "rev": "14267d15db000f282932b2efd7adc205bcabda28", + "revCount": 25, + "type": "git", + "url": "https://git.fudo.org/fudo-public/suanni.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/suanni.git" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_10": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_11": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_12": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_13": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_14": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_15": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_2": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_3": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_4": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_5": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_6": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_7": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_8": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_9": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "tattler": { + "inputs": { + "helpers": "helpers_12", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "notifierClj": "notifierClj", + "utils": "utils_47" + }, + "locked": { + "lastModified": 1692829006, + "narHash": "sha256-FZYEkAgOC7D1XBiWpFmX3yP/21GWWBb9vfuxBxL4hTk=", + "ref": "refs/heads/master", + "rev": "4bef39c96bba3eb47d1a22481d9f6706e76fef18", + "revCount": 32, + "type": "git", + "url": "https://git.fudo.org/fudo-public/tattler.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/tattler.git" + } + }, + "tesla-mate-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1704503498, + "narHash": "sha256-7BP/hbdkwq8N4hryrG0/hz6BLhtD57XwkGetZttxluA=", + "ref": "refs/heads/master", + "rev": "9252d6940b5ef6760e0c8be060562a68dde7f9ba", + "revCount": 20, + "type": "git", + "url": "https://git.fudo.org/fudo-public/tesla-mate-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/tesla-mate-container.git" + } + }, + "textfiles": { + "flake": false, + "locked": { + "lastModified": 1687232633, + "narHash": "sha256-PCY0v+j112CGqH2HOpPnwPSdRTFcAvtaVZUg5tXQFhs=", + "ref": "refs/heads/master", + "rev": "00904ac442f43402cbff914ed7499ea5472675c1", + "revCount": 1, + "type": "git", + "url": "https://git.informis.land/informis/textfiles.git" + }, + "original": { + "type": "git", + "url": "https://git.informis.land/informis/textfiles.git" + } + }, + "ts-fold": { + "flake": false, + "locked": { + "lastModified": 1695278494, + "narHash": "sha256-O4NcUC1u08W8ZslqoA/i+iTaLotKwheURXQWBxLLMFc=", + "owner": "jcs-elpa", + "repo": "ts-fold", + "rev": "70b2c79ff4daa7351d4e2917b0343b9a18d4d4f2", + "type": "github" + }, + "original": { + "owner": "jcs-elpa", + "repo": "ts-fold", + "type": "github" + } + }, + "unstableNixpkgs": { + "locked": { + "lastModified": 1693985761, + "narHash": "sha256-K5b+7j7Tt3+AqbWkcw+wMeqOAWyCD1MH26FPZyWXpdo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "0bffda19b8af722f8069d09d8b6a24594c80b352", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, + "unstableNixpkgs_2": { + "locked": { + "lastModified": 1706191920, + "narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ae5c332cbb5827f6b1f02572496b141021de335f", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, + "unstableNixpkgs_3": { + "locked": { + "lastModified": 1706191920, + "narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ae5c332cbb5827f6b1f02572496b141021de335f", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, + "utils": { + "locked": { + "lastModified": 1637014545, + "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_10": { + "inputs": { + "systems": "systems_5" + }, + "locked": { + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_11": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_12": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_13": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_14": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_15": { + "inputs": { + "systems": "systems_6" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_16": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_17": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_18": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_19": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_2": { + "locked": { + "lastModified": 1638122382, + "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_20": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_21": { + "inputs": { + "systems": "systems_7" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_22": { + "inputs": { + "systems": "systems_8" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_23": { + "inputs": { + "systems": "systems_9" + }, + "locked": { + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_24": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_25": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_26": { + "inputs": { + "systems": "systems_10" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_27": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_28": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_29": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_3": { + "locked": { + "lastModified": 1637014545, + "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_30": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_31": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_32": { + "inputs": { + "systems": "systems_11" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_33": { + "inputs": { + "systems": "systems_12" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_34": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_35": { + "locked": { + "lastModified": 1653893745, + "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_36": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_37": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_38": { + "inputs": { + "systems": "systems_13" + }, + "locked": { + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_39": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_4": { + "locked": { + "lastModified": 1638122382, + "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_40": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_41": { + "locked": { + "lastModified": 1678901627, + "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_42": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_43": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_44": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_45": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_46": { + "inputs": { + "systems": "systems_14" + }, + "locked": { + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_47": { + "inputs": { + "systems": "systems_15" + }, + "locked": { + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_48": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_5": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_6": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_7": { + "inputs": { + "systems": "systems_3" + }, + "locked": { + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_8": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_9": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "wallfly": { + "inputs": { + "clj-nix": "clj-nix_15", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_48" + }, + "locked": { + "lastModified": 1695759202, + "narHash": "sha256-TQNLGRh4MdwLWixMTkETFa8hejd5HysWmKOw9ucYEiw=", + "ref": "refs/heads/master", + "rev": "a52626e237528a14a926b57ce71810be1efe8f42", + "revCount": 25, + "type": "git", + "url": "https://git.fudo.org/fudo-public/wallfly.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/wallfly.git" + } + }, + "ws-butler": { + "flake": false, + "locked": { + "lastModified": 1634511126, + "narHash": "sha256-c0y0ZPtxxICPk+eaNbbQf6t+FRCliNY54CCz9QHQ8ZI=", + "owner": "hlissner", + "repo": "ws-butler", + "rev": "572a10c11b6cb88293de48acbb59a059d36f9ba5", + "type": "github" + }, + "original": { + "owner": "hlissner", + "repo": "ws-butler", + "type": "github" } } }, diff --git a/deployments/informis/flake.nix b/deployments/informis/flake.nix index 80c856f..e412aa9 100644 --- a/deployments/informis/flake.nix +++ b/deployments/informis/flake.nix @@ -2,7 +2,7 @@ description = "Informis NixOps network."; inputs = { - nixpkgs.url = "nixpkgs/nixos-22.11"; + nixpkgs.url = "nixpkgs/nixos-23.11"; fudo-nixos = { url = "path:/state/deploy/config"; @@ -10,7 +10,7 @@ }; fudo-entities = { - url = "git+ssh://fudo_git@git.fudo.org:2222/fudo-nix/entities.git"; + url = "git+https://fudo.dev/nix/entities.git"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/deployments/seattle/flake.lock b/deployments/seattle/flake.lock index 083965d..91063e2 100644 --- a/deployments/seattle/flake.lock +++ b/deployments/seattle/flake.lock @@ -1,9 +1,121 @@ { "nodes": { + "arion": { + "inputs": { + "flake-parts": "flake-parts", + "haskell-flake": "haskell-flake", + "hercules-ci-effects": "hercules-ci-effects", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709606645, + "narHash": "sha256-yObjAl8deNvx1uIfQn7/vkB9Rnr0kqTo1HVrsk46l30=", + "owner": "hercules-ci", + "repo": "arion", + "rev": "d2d48c9ec304ac80c84ede138b8c6f298d07d995", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "arion", + "type": "github" + } + }, + "arion_2": { + "inputs": { + "flake-parts": "flake-parts_3", + "haskell-flake": "haskell-flake_2", + "hercules-ci-effects": "hercules-ci-effects_2", + "nixpkgs": "nixpkgs_3" + }, + "locked": { + "lastModified": 1709606645, + "narHash": "sha256-yObjAl8deNvx1uIfQn7/vkB9Rnr0kqTo1HVrsk46l30=", + "owner": "hercules-ci", + "repo": "arion", + "rev": "d2d48c9ec304ac80c84ede138b8c6f298d07d995", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "arion", + "type": "github" + } + }, + "arion_3": { + "inputs": { + "flake-parts": "flake-parts_5", + "haskell-flake": "haskell-flake_3", + "hercules-ci-effects": "hercules-ci-effects_3", + "nixpkgs": "nixpkgs_20" + }, + "locked": { + "lastModified": 1709606645, + "narHash": "sha256-yObjAl8deNvx1uIfQn7/vkB9Rnr0kqTo1HVrsk46l30=", + "owner": "hercules-ci", + "repo": "arion", + "rev": "d2d48c9ec304ac80c84ede138b8c6f298d07d995", + "type": "github" + }, + "original": { + "id": "arion", + "type": "indirect" + } + }, + "authentik-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707958053, + "narHash": "sha256-/FCwDO/kapCWgw7iPWhF+vpMGAJKPMNqEuNgE0+DHsM=", + "ref": "refs/heads/master", + "rev": "1b580545e64ccae1507476174d050f9bee345466", + "revCount": 25, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/authentik-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/authentik-container.git" + } + }, + "authoritative-dns": { + "inputs": { + "fudo-lib": "fudo-lib_2", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1710008093, + "narHash": "sha256-ROChGpYaklLrV27ikhiqmH9VNIS+9tM7luxSGcFrHxQ=", + "ref": "refs/heads/master", + "rev": "3700d10df6943d062860667470188ddbe2bcd896", + "revCount": 95, + "type": "git", + "url": "https://git.fudo.org/fudo-public/authoritative-dns.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/authoritative-dns.git" + } + }, "blobs": { "flake": false, "locked": { - "lastModified": 1684298638, + "lastModified": 0, "narHash": "sha256-Ri2mFXWPNLpuOJDer0FSVmDyswjZ6xUHoFq7eqlt1Ao=", "path": "/secrets/blobs", "type": "path" @@ -16,7 +128,7 @@ "blobs_2": { "flake": false, "locked": { - "lastModified": 1684298638, + "lastModified": 0, "narHash": "sha256-Ri2mFXWPNLpuOJDer0FSVmDyswjZ6xUHoFq7eqlt1Ao=", "path": "/secrets/blobs", "type": "path" @@ -56,7 +168,10 @@ "inputs": { "clj2nix": "clj2nix", "gitignore": "gitignore", - "nixpkgs": "nixpkgs_2", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], "utils": "utils_2" }, "locked": { @@ -78,7 +193,10 @@ "inputs": { "clj2nix": "clj2nix_2", "gitignore": "gitignore_2", - "nixpkgs": "nixpkgs_4", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], "utils": "utils_4" }, "locked": { @@ -99,7 +217,7 @@ "clj-nix": { "inputs": { "devshell": "devshell", - "flake-utils": "flake-utils_3", + "flake-utils": "flake-utils_2", "nixpkgs": [ "fudo-nixos", "fudo-home", @@ -109,11 +227,11 @@ ] }, "locked": { - "lastModified": 1663870497, - "narHash": "sha256-gnoyYWvZl64WBqR3tf9bKHAznEtBCHmwx7taHghH9Lw=", + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", "owner": "jlesquembre", "repo": "clj-nix", - "rev": "23d9daacc80e634df078c4c6e34d592e1593d84c", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", "type": "github" }, "original": { @@ -125,7 +243,7 @@ "clj-nix_10": { "inputs": { "devshell": "devshell_10", - "flake-utils": "flake-utils_15", + "flake-utils": "flake-utils_14", "nixpkgs": [ "fudo-nixos", "pricebot", @@ -149,7 +267,7 @@ "clj-nix_11": { "inputs": { "devshell": "devshell_11", - "flake-utils": "flake-utils_16", + "flake-utils": "flake-utils_15", "nixpkgs": [ "fudo-nixos", "snooper", @@ -174,7 +292,7 @@ "clj-nix_12": { "inputs": { "devshell": "devshell_12", - "flake-utils": "flake-utils_17", + "flake-utils": "flake-utils_16", "nixpkgs": [ "fudo-nixos", "suanni", @@ -199,7 +317,7 @@ "clj-nix_13": { "inputs": { "devshell": "devshell_13", - "flake-utils": "flake-utils_18", + "flake-utils": "flake-utils_17", "nixpkgs": [ "fudo-nixos", "tattler", @@ -224,7 +342,7 @@ "clj-nix_14": { "inputs": { "devshell": "devshell_14", - "flake-utils": "flake-utils_19", + "flake-utils": "flake-utils_18", "nixpkgs": [ "fudo-nixos", "tattler", @@ -250,7 +368,7 @@ "clj-nix_15": { "inputs": { "devshell": "devshell_15", - "flake-utils": "flake-utils_21", + "flake-utils": "flake-utils_20", "nixpkgs": [ "fudo-nixos", "wallfly", @@ -274,7 +392,7 @@ "clj-nix_16": { "inputs": { "devshell": "devshell_16", - "flake-utils": "flake-utils_23", + "flake-utils": "flake-utils_22", "nixpkgs": [ "fudo-secrets", "fudo-pkgs", @@ -283,11 +401,11 @@ ] }, "locked": { - "lastModified": 1663870497, - "narHash": "sha256-gnoyYWvZl64WBqR3tf9bKHAznEtBCHmwx7taHghH9Lw=", + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", "owner": "jlesquembre", "repo": "clj-nix", - "rev": "23d9daacc80e634df078c4c6e34d592e1593d84c", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", "type": "github" }, "original": { @@ -299,7 +417,7 @@ "clj-nix_17": { "inputs": { "devshell": "devshell_17", - "flake-utils": "flake-utils_24", + "flake-utils": "flake-utils_23", "nixpkgs": [ "fudo-secrets", "nexus", @@ -325,7 +443,7 @@ "clj-nix_18": { "inputs": { "devshell": "devshell_18", - "flake-utils": "flake-utils_25", + "flake-utils": "flake-utils_24", "nixpkgs": [ "fudo-secrets", "nexus", @@ -351,7 +469,7 @@ "clj-nix_19": { "inputs": { "devshell": "devshell_19", - "flake-utils": "flake-utils_26", + "flake-utils": "flake-utils_25", "nixpkgs": [ "fudo-secrets", "nexus", @@ -377,7 +495,7 @@ "clj-nix_2": { "inputs": { "devshell": "devshell_2", - "flake-utils": "flake-utils_5", + "flake-utils": "flake-utils_4", "nixpkgs": [ "fudo-nixos", "fudo-pkgs", @@ -386,11 +504,11 @@ ] }, "locked": { - "lastModified": 1663870497, - "narHash": "sha256-gnoyYWvZl64WBqR3tf9bKHAznEtBCHmwx7taHghH9Lw=", + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", "owner": "jlesquembre", "repo": "clj-nix", - "rev": "23d9daacc80e634df078c4c6e34d592e1593d84c", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", "type": "github" }, "original": { @@ -402,7 +520,7 @@ "clj-nix_3": { "inputs": { "devshell": "devshell_3", - "flake-utils": "flake-utils_7", + "flake-utils": "flake-utils_6", "nixpkgs": [ "fudo-nixos", "fudo-secrets", @@ -412,11 +530,11 @@ ] }, "locked": { - "lastModified": 1663870497, - "narHash": "sha256-gnoyYWvZl64WBqR3tf9bKHAznEtBCHmwx7taHghH9Lw=", + "lastModified": 1677342613, + "narHash": "sha256-BqhKj7jQahSVThEwLHt164kJHGx9LXzBARFZaFNLPW8=", "owner": "jlesquembre", "repo": "clj-nix", - "rev": "23d9daacc80e634df078c4c6e34d592e1593d84c", + "rev": "7d9e244ea96988524ba3bd6c2bbafdf0a5340b96", "type": "github" }, "original": { @@ -428,7 +546,7 @@ "clj-nix_4": { "inputs": { "devshell": "devshell_4", - "flake-utils": "flake-utils_8", + "flake-utils": "flake-utils_7", "nixpkgs": [ "fudo-nixos", "fudo-secrets", @@ -455,7 +573,7 @@ "clj-nix_5": { "inputs": { "devshell": "devshell_5", - "flake-utils": "flake-utils_9", + "flake-utils": "flake-utils_8", "nixpkgs": [ "fudo-nixos", "fudo-secrets", @@ -482,7 +600,7 @@ "clj-nix_6": { "inputs": { "devshell": "devshell_6", - "flake-utils": "flake-utils_10", + "flake-utils": "flake-utils_9", "nixpkgs": [ "fudo-nixos", "fudo-secrets", @@ -509,7 +627,7 @@ "clj-nix_7": { "inputs": { "devshell": "devshell_7", - "flake-utils": "flake-utils_11", + "flake-utils": "flake-utils_10", "nixpkgs": [ "fudo-nixos", "nexus", @@ -535,7 +653,7 @@ "clj-nix_8": { "inputs": { "devshell": "devshell_8", - "flake-utils": "flake-utils_12", + "flake-utils": "flake-utils_11", "nixpkgs": [ "fudo-nixos", "nexus", @@ -561,7 +679,7 @@ "clj-nix_9": { "inputs": { "devshell": "devshell_9", - "flake-utils": "flake-utils_13", + "flake-utils": "flake-utils_12", "nixpkgs": [ "fudo-nixos", "nexus", @@ -608,7 +726,7 @@ "inputs": { "flake-compat": "flake-compat_11", "nixpkgs": "nixpkgs_22", - "utils": "utils_26" + "utils": "utils_27" }, "locked": { "lastModified": 1673786922, @@ -627,8 +745,8 @@ "clj2nix_11": { "inputs": { "flake-compat": "flake-compat_12", - "nixpkgs": "nixpkgs_24", - "utils": "utils_29" + "nixpkgs": "nixpkgs_23", + "utils": "utils_30" }, "locked": { "lastModified": 1673786922, @@ -647,8 +765,8 @@ "clj2nix_12": { "inputs": { "flake-compat": "flake-compat_13", - "nixpkgs": "nixpkgs_29", - "utils": "utils_35" + "nixpkgs": "nixpkgs_24", + "utils": "utils_36" }, "locked": { "lastModified": 1673786922, @@ -667,8 +785,8 @@ "clj2nix_13": { "inputs": { "flake-compat": "flake-compat_14", - "nixpkgs": "nixpkgs_31", - "utils": "utils_38" + "nixpkgs": "nixpkgs_25", + "utils": "utils_39" }, "locked": { "lastModified": 1673786922, @@ -687,8 +805,8 @@ "clj2nix_14": { "inputs": { "flake-compat": "flake-compat_15", - "nixpkgs": "nixpkgs_33", - "utils": "utils_41" + "nixpkgs": "nixpkgs_26", + "utils": "utils_42" }, "locked": { "lastModified": 1673786922, @@ -707,8 +825,8 @@ "clj2nix_15": { "inputs": { "flake-compat": "flake-compat_16", - "nixpkgs": "nixpkgs_35", - "utils": "utils_43" + "nixpkgs": "nixpkgs_27", + "utils": "utils_44" }, "locked": { "lastModified": 1673786922, @@ -727,15 +845,15 @@ "clj2nix_16": { "inputs": { "flake-compat": "flake-compat_17", - "nixpkgs": "nixpkgs_38", - "utils": "utils_48" + "nixpkgs": "nixpkgs_31", + "utils": "utils_50" }, "locked": { - "lastModified": 1654804151, - "narHash": "sha256-D/fRFmem9MoSWAmeK8VE6EMtfBRF3xPpEXp9AotW+K0=", + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", "owner": "hlolli", "repo": "clj2nix", - "rev": "a321028a6670fc6329272a4d1ac0054f0b25d920", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", "type": "github" }, "original": { @@ -747,8 +865,8 @@ "clj2nix_17": { "inputs": { "flake-compat": "flake-compat_18", - "nixpkgs": "nixpkgs_40", - "utils": "utils_50" + "nixpkgs": "nixpkgs_33", + "utils": "utils_52" }, "locked": { "lastModified": 1673786922, @@ -767,8 +885,8 @@ "clj2nix_18": { "inputs": { "flake-compat": "flake-compat_19", - "nixpkgs": "nixpkgs_42", - "utils": "utils_53" + "nixpkgs": "nixpkgs_34", + "utils": "utils_55" }, "locked": { "lastModified": 1673786922, @@ -787,8 +905,8 @@ "clj2nix_19": { "inputs": { "flake-compat": "flake-compat_20", - "nixpkgs": "nixpkgs_44", - "utils": "utils_56" + "nixpkgs": "nixpkgs_35", + "utils": "utils_58" }, "locked": { "lastModified": 1673786922, @@ -807,7 +925,7 @@ "clj2nix_2": { "inputs": { "flake-compat": "flake-compat_2", - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_2", "utils": "utils_3" }, "locked": { @@ -827,15 +945,15 @@ "clj2nix_3": { "inputs": { "flake-compat": "flake-compat_4", - "nixpkgs": "nixpkgs_5", + "nixpkgs": "nixpkgs_4", "utils": "utils_5" }, "locked": { - "lastModified": 1654804151, - "narHash": "sha256-D/fRFmem9MoSWAmeK8VE6EMtfBRF3xPpEXp9AotW+K0=", + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", "owner": "hlolli", "repo": "clj2nix", - "rev": "a321028a6670fc6329272a4d1ac0054f0b25d920", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", "type": "github" }, "original": { @@ -847,15 +965,15 @@ "clj2nix_4": { "inputs": { "flake-compat": "flake-compat_5", - "nixpkgs": "nixpkgs_7", + "nixpkgs": "nixpkgs_8", "utils": "utils_8" }, "locked": { - "lastModified": 1654804151, - "narHash": "sha256-D/fRFmem9MoSWAmeK8VE6EMtfBRF3xPpEXp9AotW+K0=", + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", "owner": "hlolli", "repo": "clj2nix", - "rev": "a321028a6670fc6329272a4d1ac0054f0b25d920", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", "type": "github" }, "original": { @@ -867,15 +985,15 @@ "clj2nix_5": { "inputs": { "flake-compat": "flake-compat_6", - "nixpkgs": "nixpkgs_10", - "utils": "utils_10" + "nixpkgs": "nixpkgs_13", + "utils": "utils_11" }, "locked": { - "lastModified": 1654804151, - "narHash": "sha256-D/fRFmem9MoSWAmeK8VE6EMtfBRF3xPpEXp9AotW+K0=", + "lastModified": 1673786922, + "narHash": "sha256-MrwSNEXpq20/AvMxW49MRbuqf8C2M4Vei3jtZeXYjJk=", "owner": "hlolli", "repo": "clj2nix", - "rev": "a321028a6670fc6329272a4d1ac0054f0b25d920", + "rev": "04b0dfbfc69c6316b8613d061e3fe4619d79cd9f", "type": "github" }, "original": { @@ -887,8 +1005,8 @@ "clj2nix_6": { "inputs": { "flake-compat": "flake-compat_7", - "nixpkgs": "nixpkgs_12", - "utils": "utils_12" + "nixpkgs": "nixpkgs_15", + "utils": "utils_13" }, "locked": { "lastModified": 1673786922, @@ -907,8 +1025,8 @@ "clj2nix_7": { "inputs": { "flake-compat": "flake-compat_8", - "nixpkgs": "nixpkgs_14", - "utils": "utils_15" + "nixpkgs": "nixpkgs_16", + "utils": "utils_16" }, "locked": { "lastModified": 1673786922, @@ -927,8 +1045,8 @@ "clj2nix_8": { "inputs": { "flake-compat": "flake-compat_9", - "nixpkgs": "nixpkgs_16", - "utils": "utils_18" + "nixpkgs": "nixpkgs_17", + "utils": "utils_19" }, "locked": { "lastModified": 1673786922, @@ -947,8 +1065,8 @@ "clj2nix_9": { "inputs": { "flake-compat": "flake-compat_10", - "nixpkgs": "nixpkgs_20", - "utils": "utils_23" + "nixpkgs": "nixpkgs_21", + "utils": "utils_24" }, "locked": { "lastModified": 1673786922, @@ -984,7 +1102,7 @@ "flake": false, "locked": { "lastModified": 1, - "narHash": "sha256-+OirrRnBKlLiJmIKpuob37LzGKUuyqQJf/T2hL1hGbE=", + "narHash": "sha256-igYTVFpoiy4gyghEmjux9OfM4Mo+JpP0jyS3sGzwjOg=", "path": "../../common", "type": "path" }, @@ -995,7 +1113,14 @@ }, "devshell": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": [ + "fudo-nixos", + "fudo-home", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], "nixpkgs": [ "fudo-nixos", "fudo-home", @@ -1021,7 +1146,7 @@ }, "devshell_10": { "inputs": { - "flake-utils": "flake-utils_14", + "flake-utils": "flake-utils_13", "nixpkgs": [ "fudo-nixos", "pricebot", @@ -1171,7 +1296,7 @@ }, "devshell_15": { "inputs": { - "flake-utils": "flake-utils_20", + "flake-utils": "flake-utils_19", "nixpkgs": [ "fudo-nixos", "wallfly", @@ -1195,7 +1320,13 @@ }, "devshell_16": { "inputs": { - "flake-utils": "flake-utils_22", + "flake-utils": [ + "fudo-secrets", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], "nixpkgs": [ "fudo-secrets", "fudo-pkgs", @@ -1319,7 +1450,13 @@ }, "devshell_2": { "inputs": { - "flake-utils": "flake-utils_4", + "flake-utils": [ + "fudo-nixos", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], "nixpkgs": [ "fudo-nixos", "fudo-pkgs", @@ -1344,7 +1481,14 @@ }, "devshell_3": { "inputs": { - "flake-utils": "flake-utils_6", + "flake-utils": [ + "fudo-nixos", + "fudo-secrets", + "fudo-pkgs", + "helpers", + "clj-nix", + "flake-utils" + ], "nixpkgs": [ "fudo-nixos", "fudo-secrets", @@ -1601,8 +1745,8 @@ "dnssec-ksks": { "flake": false, "locked": { - "lastModified": 1684298638, - "narHash": "sha256-jB53hHlzV/QvjedU38zpiZQl+43klmFsswMGhWonR7c=", + "lastModified": 1707248541, + "narHash": "sha256-EzzKxX6iGKrDPV8V2kaGj2Jg4s28xX7QgUcPKVucn7k=", "path": "/secrets/dnssec", "type": "path" }, @@ -1614,8 +1758,8 @@ "dnssec-ksks_2": { "flake": false, "locked": { - "lastModified": 1684298638, - "narHash": "sha256-jB53hHlzV/QvjedU38zpiZQl+43klmFsswMGhWonR7c=", + "lastModified": 1707248541, + "narHash": "sha256-EzzKxX6iGKrDPV8V2kaGj2Jg4s28xX7QgUcPKVucn7k=", "path": "/secrets/dnssec", "type": "path" }, @@ -1624,6 +1768,32 @@ "type": "path" } }, + "domain-secrets": { + "flake": false, + "locked": { + "lastModified": 1707962276, + "narHash": "sha256-5EBqxQLujMoiSWHhbIeyfzq8x3znS7xSEFupzd+ly3w=", + "path": "/secrets/domain-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/domain-secrets", + "type": "path" + } + }, + "domain-secrets_2": { + "flake": false, + "locked": { + "lastModified": 1707962276, + "narHash": "sha256-5EBqxQLujMoiSWHhbIeyfzq8x3znS7xSEFupzd+ly3w=", + "path": "/secrets/domain-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/domain-secrets", + "type": "path" + } + }, "doom-emacs": { "inputs": { "doom-emacs": "doom-emacs_2", @@ -1657,11 +1827,11 @@ "ws-butler": "ws-butler" }, "locked": { - "lastModified": 1683249650, - "narHash": "sha256-NwBzz2CHNtT0oDqAGewByQ5OFnAWf+ewHUrK0F44xZk=", + "lastModified": 1701264882, + "narHash": "sha256-MBXR7x7Ua8qystlGr+lenwjQd7dsFNFpEFmtHhh10zM=", "owner": "nix-community", "repo": "nix-doom-emacs", - "rev": "588ccf37fa9eb9d2ec787b91c989dcd6892983e9", + "rev": "f7413022370f24bb53cb450bfb2803233510113e", "type": "github" }, "original": { @@ -1690,11 +1860,11 @@ "doom-snippets": { "flake": false, "locked": { - "lastModified": 1676839496, - "narHash": "sha256-1Ay9zi0u1lycmEeFqIxr0RWH+JvH9BnzgRzkPeWEAYY=", + "lastModified": 1694887483, + "narHash": "sha256-KlKhruPSLPSKqUnr5/U65arm16VrY9ORzm+XKNZhpTQ=", "owner": "doomemacs", "repo": "snippets", - "rev": "fe4003014ae00b866f117cb193f711fd9d72fd11", + "rev": "f022984ee1318a4015d5d081b3c3dab5a60dc6ff", "type": "github" }, "original": { @@ -1738,15 +1908,15 @@ }, "entities": { "inputs": { - "fudo-lib": "fudo-lib_4", - "nixpkgs": "nixpkgs_9" + "fudo-lib": "fudo-lib_5", + "nixpkgs": "nixpkgs_10" }, "locked": { - "lastModified": 1683473493, - "narHash": "sha256-DhXGPS2w8ucsCRy254f2B+L2kza/WjncD/bK2t95mH0=", + "lastModified": 1707592324, + "narHash": "sha256-OpWILltoP+nN+xrVa/cYNrREfW631wdju7gIxLwP6Lo=", "ref": "refs/heads/master", - "rev": "038a50f8da3c7737f444710ad896a0bd2875fd9b", - "revCount": 134, + "rev": "bdf15c64e7753b0bb1ba1e6609ca8bf1efe8f712", + "revCount": 235, "type": "git", "url": "https://git.fudo.org/fudo-nix/entities.git" }, @@ -1757,15 +1927,15 @@ }, "entities_2": { "inputs": { - "fudo-lib": "fudo-lib_5", - "nixpkgs": "nixpkgs_37" + "fudo-lib": "fudo-lib_6", + "nixpkgs": "nixpkgs_28" }, "locked": { - "lastModified": 1683473493, - "narHash": "sha256-DhXGPS2w8ucsCRy254f2B+L2kza/WjncD/bK2t95mH0=", + "lastModified": 1707592324, + "narHash": "sha256-OpWILltoP+nN+xrVa/cYNrREfW631wdju7gIxLwP6Lo=", "ref": "refs/heads/master", - "rev": "038a50f8da3c7737f444710ad896a0bd2875fd9b", - "revCount": 134, + "rev": "bdf15c64e7753b0bb1ba1e6609ca8bf1efe8f712", + "revCount": 235, "type": "git", "url": "https://git.fudo.org/fudo-nix/entities.git" }, @@ -2011,11 +2181,11 @@ "flake-compat_17": { "flake": false, "locked": { - "lastModified": 1627913399, - "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=", + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", "owner": "edolstra", "repo": "flake-compat", - "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", "type": "github" }, "original": { @@ -2107,11 +2277,11 @@ "flake-compat_4": { "flake": false, "locked": { - "lastModified": 1627913399, - "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=", + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", "owner": "edolstra", "repo": "flake-compat", - "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", "type": "github" }, "original": { @@ -2123,11 +2293,11 @@ "flake-compat_5": { "flake": false, "locked": { - "lastModified": 1627913399, - "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=", + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", "owner": "edolstra", "repo": "flake-compat", - "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", "type": "github" }, "original": { @@ -2139,11 +2309,11 @@ "flake-compat_6": { "flake": false, "locked": { - "lastModified": 1627913399, - "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=", + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", "owner": "edolstra", "repo": "flake-compat", - "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", "type": "github" }, "original": { @@ -2200,16 +2370,152 @@ "type": "github" } }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709336216, + "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_2": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "arion", + "hercules-ci-effects", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "id": "flake-parts", + "type": "indirect" + } + }, + "flake-parts_3": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "frigate-container", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709336216, + "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_4": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "frigate-container", + "arion", + "hercules-ci-effects", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "id": "flake-parts", + "type": "indirect" + } + }, + "flake-parts_5": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "grafana-module", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709336216, + "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_6": { + "inputs": { + "nixpkgs-lib": [ + "fudo-nixos", + "grafana-module", + "arion", + "hercules-ci-effects", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "id": "flake-parts", + "type": "indirect" + } + }, "flake-utils": { "inputs": { "systems": "systems" }, "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { @@ -2264,21 +2570,6 @@ } }, "flake-utils_13": { - "locked": { - "lastModified": 1656928814, - "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_14": { "locked": { "lastModified": 1642700792, "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", @@ -2293,7 +2584,7 @@ "type": "github" } }, - "flake-utils_15": { + "flake-utils_14": { "locked": { "lastModified": 1644229661, "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", @@ -2308,6 +2599,21 @@ "type": "github" } }, + "flake-utils_15": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "flake-utils_16": { "locked": { "lastModified": 1656928814, @@ -2355,11 +2661,11 @@ }, "flake-utils_19": { "locked": { - "lastModified": 1656928814, - "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "lastModified": 1642700792, + "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", "owner": "numtide", "repo": "flake-utils", - "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", "type": "github" }, "original": { @@ -2370,11 +2676,11 @@ }, "flake-utils_2": { "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", "owner": "numtide", "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", "type": "github" }, "original": { @@ -2384,21 +2690,6 @@ } }, "flake-utils_20": { - "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_21": { "locked": { "lastModified": 1656928814, "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", @@ -2413,13 +2704,31 @@ "type": "github" } }, - "flake-utils_22": { + "flake-utils_21": { + "inputs": { + "systems": "systems_16" + }, "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_22": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", "type": "github" }, "original": { @@ -2473,28 +2782,16 @@ "type": "github" } }, - "flake-utils_26": { - "locked": { - "lastModified": 1656928814, - "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "flake-utils_3": { + "inputs": { + "systems": "systems_2" + }, "locked": { - "lastModified": 1656928814, - "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { @@ -2504,21 +2801,6 @@ } }, "flake-utils_4": { - "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_5": { "locked": { "lastModified": 1656928814, "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", @@ -2533,13 +2815,31 @@ "type": "github" } }, - "flake-utils_6": { + "flake-utils_5": { + "inputs": { + "systems": "systems_4" + }, "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_6": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", "type": "github" }, "original": { @@ -2610,6 +2910,28 @@ "type": "github" } }, + "frigate-container": { + "inputs": { + "arion": "arion_2", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701302959, + "narHash": "sha256-4AhEM9KNT2WG2HrYqzlr1GgG3y+N+RnUJaWtkEqwki0=", + "ref": "refs/heads/master", + "rev": "91032aa4fc2ded188b049d97523093cd0ae867fd", + "revCount": 23, + "type": "git", + "url": "https://git.fudo.org/fudo-public/frigate-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/frigate-container.git" + } + }, "fudo-entities": { "inputs": { "fudo-lib": "fudo-lib", @@ -2618,11 +2940,11 @@ ] }, "locked": { - "lastModified": 1684342863, - "narHash": "sha256-bx6TtJUv1x9PL7Ptecs0pA7LXAWzu7rxyiMlqZSKOrU=", + "lastModified": 1708044301, + "narHash": "sha256-V7cqPVcskdf3MvvGr9Yo5n4q2xxbAwG4/Fqhu9SHMpw=", "ref": "refs/heads/master", - "rev": "45f0457328e0bdf5dbc6c103af0d703d46d9a2b2", - "revCount": 138, + "rev": "4804ac7bc3533d662af04e75978225403637cf56", + "revCount": 236, "type": "git", "url": "ssh://fudo_git@git.fudo.org:2222/fudo-nix/entities.git" }, @@ -2633,18 +2955,18 @@ }, "fudo-entities_2": { "inputs": { - "fudo-lib": "fudo-lib_2", + "fudo-lib": "fudo-lib_3", "nixpkgs": [ "fudo-nixos", "nixpkgs" ] }, "locked": { - "lastModified": 1684342863, - "narHash": "sha256-bx6TtJUv1x9PL7Ptecs0pA7LXAWzu7rxyiMlqZSKOrU=", + "lastModified": 1708044301, + "narHash": "sha256-V7cqPVcskdf3MvvGr9Yo5n4q2xxbAwG4/Fqhu9SHMpw=", "ref": "refs/heads/master", - "rev": "45f0457328e0bdf5dbc6c103af0d703d46d9a2b2", - "revCount": 138, + "rev": "4804ac7bc3533d662af04e75978225403637cf56", + "revCount": 236, "type": "git", "url": "https://git.fudo.org/fudo-nix/entities.git" }, @@ -2666,11 +2988,11 @@ ] }, "locked": { - "lastModified": 1684879375, - "narHash": "sha256-Zr5Ko0Z0DBuTlkt18JKUost5llWBWeYiHyZLm8T5jC8=", + "lastModified": 1708051636, + "narHash": "sha256-mwv6Q6c9m/X/k9Xr9xVoUvzP3LJjXKh2epXRe7A9ugE=", "ref": "refs/heads/master", - "rev": "be74e07d94622d3bf9c3ebd6b9a840ed7e5b78bd", - "revCount": 333, + "rev": "74be3bcf575c11dcf12f7a4ae19c93954af0c649", + "revCount": 468, "type": "git", "url": "https://git.fudo.org/fudo-nix/home.git" }, @@ -2681,11 +3003,11 @@ }, "fudo-lib": { "locked": { - "lastModified": 1654117056, - "narHash": "sha256-Ray3c3Zv41Ax4MvTFY7pagfROUoXzS4x11l0EHFj9DE=", - "ref": "master", - "rev": "df53c13bb7f15336a2b0f110cef0a57af7089737", - "revCount": 68, + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", + "ref": "refs/heads/master", + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -2696,11 +3018,11 @@ }, "fudo-lib_2": { "locked": { - "lastModified": 1654117056, - "narHash": "sha256-Ray3c3Zv41Ax4MvTFY7pagfROUoXzS4x11l0EHFj9DE=", - "ref": "master", - "rev": "df53c13bb7f15336a2b0f110cef0a57af7089737", - "revCount": 68, + "lastModified": 1700242449, + "narHash": "sha256-LfetCw18YI5SFAWSHzKcZq4G1ClwiKBh4qhxZcj7IWQ=", + "ref": "refs/heads/master", + "rev": "04263beb7f170a1c535832461901173410ca81d8", + "revCount": 176, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -2711,11 +3033,11 @@ }, "fudo-lib_3": { "locked": { - "lastModified": 1684365012, - "narHash": "sha256-nxqOGxDnQLIqUM1taoaGcCc6SfEWmniegsNwCqp8Dbs=", + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", "ref": "refs/heads/master", - "rev": "179dda3ec621d1d7d02136f61c586d9d6a45acc8", - "revCount": 101, + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -2726,11 +3048,11 @@ }, "fudo-lib_4": { "locked": { - "lastModified": 1654117056, - "narHash": "sha256-Ray3c3Zv41Ax4MvTFY7pagfROUoXzS4x11l0EHFj9DE=", - "ref": "master", - "rev": "df53c13bb7f15336a2b0f110cef0a57af7089737", - "revCount": 68, + "lastModified": 1709939497, + "narHash": "sha256-+i2NXUV13PTV2ebxzgJughpkOdx9WvXdB8AZP7lHbzY=", + "ref": "refs/heads/master", + "rev": "e6109489d41c117e6c346db41826dcf969529a22", + "revCount": 227, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -2741,11 +3063,26 @@ }, "fudo-lib_5": { "locked": { - "lastModified": 1654117056, - "narHash": "sha256-Ray3c3Zv41Ax4MvTFY7pagfROUoXzS4x11l0EHFj9DE=", - "ref": "master", - "rev": "df53c13bb7f15336a2b0f110cef0a57af7089737", - "revCount": 68, + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", + "ref": "refs/heads/master", + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-nix/lib.git" + } + }, + "fudo-lib_6": { + "locked": { + "lastModified": 1701117898, + "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=", + "ref": "refs/heads/master", + "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380", + "revCount": 178, "type": "git", "url": "https://git.fudo.org/fudo-nix/lib.git" }, @@ -2756,29 +3093,42 @@ }, "fudo-nixos": { "inputs": { + "arion": "arion", + "authentik-container": "authentik-container", + "authoritative-dns": "authoritative-dns", "chute": "chute", "chuteUnstable": "chuteUnstable", + "frigate-container": "frigate-container", "fudo-entities": "fudo-entities_2", "fudo-home": "fudo-home", - "fudo-lib": "fudo-lib_3", + "fudo-lib": "fudo-lib_4", "fudo-pkgs": "fudo-pkgs_2", "fudo-secrets": "fudo-secrets", + "grafana-module": "grafana-module", + "immich-container": "immich-container", + "lemmy-container": "lemmy-container", + "lemmy-docker": "lemmy-docker", + "mail-server": "mail-server", + "mastodon-container": "mastodon-container", + "matrix-module": "matrix-module", + "nextcloud-container": "nextcloud-container", "nexus": "nexus_2", "nixpkgs": [ "nixpkgs" ], - "nixpkgs2111": "nixpkgs2111", "nixpkgsUnstable": "nixpkgsUnstable", "objectifier": "objectifier", "pricebot": "pricebot", "snooper": "snooper", "suanni": "suanni", "tattler": "tattler", + "tesla-mate-container": "tesla-mate-container", + "textfiles": "textfiles", "wallfly": "wallfly" }, "locked": { - "lastModified": 1684879407, - "narHash": "sha256-yNTbIwxWNje/EHSQcD/i3KYff+giQeJ+tQGhDQ9QWuY=", + "lastModified": 1710457086, + "narHash": "sha256-SS9JmR4cw+uY4muw0nyuP3naNEc7Ta8PUHEyWrnDUCY=", "path": "/state/deploy/config", "type": "path" }, @@ -2793,11 +3143,11 @@ "unstableNixpkgs": "unstableNixpkgs" }, "locked": { - "lastModified": 1683322537, - "narHash": "sha256-2x/W/dvUqVPpE91mxIcrcOJL4ufE+9LNdJRgVeUour8=", + "lastModified": 1703103386, + "narHash": "sha256-+hQr7V6rVfG1wt49kkC3BgbLnsOkSfuJLCEo/ERjIfE=", "ref": "refs/heads/master", - "rev": "8013891628c1d709f28705e3f9b7c3f91481892b", - "revCount": 215, + "rev": "f975b9b4d0c0187cf70ff3f533486ca30c471083", + "revCount": 260, "type": "git", "url": "https://git.fudo.org/fudo-nix/pkgs.git" }, @@ -2808,15 +3158,16 @@ }, "fudo-pkgs_2": { "inputs": { + "google-photo-uploader-flake": "google-photo-uploader-flake", "helpers": "helpers_2", "unstableNixpkgs": "unstableNixpkgs_2" }, "locked": { - "lastModified": 1683322537, - "narHash": "sha256-2x/W/dvUqVPpE91mxIcrcOJL4ufE+9LNdJRgVeUour8=", + "lastModified": 1708888433, + "narHash": "sha256-WV4uPX/wsqaH406OGhRst9mBLJj2WCatV5lAL0jfpWM=", "ref": "refs/heads/master", - "rev": "8013891628c1d709f28705e3f9b7c3f91481892b", - "revCount": 215, + "rev": "08b3f97c8e03d0bf42878caab5261a6119341201", + "revCount": 294, "type": "git", "url": "https://git.fudo.org/fudo-nix/pkgs.git" }, @@ -2827,15 +3178,16 @@ }, "fudo-pkgs_3": { "inputs": { + "google-photo-uploader-flake": "google-photo-uploader-flake_2", "helpers": "helpers_3", "unstableNixpkgs": "unstableNixpkgs_3" }, "locked": { - "lastModified": 1683322537, - "narHash": "sha256-2x/W/dvUqVPpE91mxIcrcOJL4ufE+9LNdJRgVeUour8=", + "lastModified": 1707689166, + "narHash": "sha256-kV69NbGYO51wCdWBJaseXdPuD0uJ8YE4BH6Ljc8nqyw=", "ref": "refs/heads/master", - "rev": "8013891628c1d709f28705e3f9b7c3f91481892b", - "revCount": 215, + "rev": "6f3717c9a958991c6d686605274816590ed36cd0", + "revCount": 293, "type": "git", "url": "https://git.fudo.org/fudo-nix/pkgs.git" }, @@ -2846,15 +3198,16 @@ }, "fudo-pkgs_4": { "inputs": { + "google-photo-uploader-flake": "google-photo-uploader-flake_3", "helpers": "helpers_14", "unstableNixpkgs": "unstableNixpkgs_4" }, "locked": { - "lastModified": 1683322537, - "narHash": "sha256-2x/W/dvUqVPpE91mxIcrcOJL4ufE+9LNdJRgVeUour8=", + "lastModified": 1707689166, + "narHash": "sha256-kV69NbGYO51wCdWBJaseXdPuD0uJ8YE4BH6Ljc8nqyw=", "ref": "refs/heads/master", - "rev": "8013891628c1d709f28705e3f9b7c3f91481892b", - "revCount": 215, + "rev": "6f3717c9a958991c6d686605274816590ed36cd0", + "revCount": 293, "type": "git", "url": "https://git.fudo.org/fudo-nix/pkgs.git" }, @@ -2869,6 +3222,7 @@ "build-seed": "build-seed", "dnssec-keys": "dnssec-keys", "dnssec-ksks": "dnssec-ksks", + "domain-secrets": "domain-secrets", "entities": "entities", "filesystem-keys": "filesystem-keys", "fudo-pkgs": "fudo-pkgs_3", @@ -2876,12 +3230,13 @@ "nixpkgs": "nixpkgs_19", "service-passwords": "service-passwords", "service-secrets": "service-secrets", + "site-secrets": "site-secrets", "ssh-keypairs": "ssh-keypairs", - "utils": "utils_22" + "utils": "utils_23" }, "locked": { - "lastModified": 1684364838, - "narHash": "sha256-Ul81nyHZHxubxoo4cj9v7GG+Psu/5/DUwyXfXqaxbPo=", + "lastModified": 1708124065, + "narHash": "sha256-tNoh0yYrYv3VO3ixKO2+pqZ++JcLGKg9vN+kf3YpeK8=", "path": "/secrets", "type": "path" }, @@ -2896,19 +3251,21 @@ "build-seed": "build-seed_2", "dnssec-keys": "dnssec-keys_2", "dnssec-ksks": "dnssec-ksks_2", + "domain-secrets": "domain-secrets_2", "entities": "entities_2", "filesystem-keys": "filesystem-keys_2", "fudo-pkgs": "fudo-pkgs_4", "nexus": "nexus_3", - "nixpkgs": "nixpkgs_47", + "nixpkgs": "nixpkgs_37", "service-passwords": "service-passwords_2", "service-secrets": "service-secrets_2", + "site-secrets": "site-secrets_2", "ssh-keypairs": "ssh-keypairs_2", - "utils": "utils_60" + "utils": "utils_62" }, "locked": { - "lastModified": 1684364838, - "narHash": "sha256-Ul81nyHZHxubxoo4cj9v7GG+Psu/5/DUwyXfXqaxbPo=", + "lastModified": 1708124065, + "narHash": "sha256-tNoh0yYrYv3VO3ixKO2+pqZ++JcLGKg9vN+kf3YpeK8=", "path": "/secrets", "type": "path" }, @@ -2984,19 +3341,206 @@ "type": "github" } }, + "gomod2nix": { + "inputs": { + "flake-utils": "flake-utils_3", + "nixpkgs": "nixpkgs_6" + }, + "locked": { + "lastModified": 1705314449, + "narHash": "sha256-yfQQ67dLejP0FLK76LKHbkzcQqNIrux6MFe32MMFGNQ=", + "owner": "nix-community", + "repo": "gomod2nix", + "rev": "30e3c3a9ec4ac8453282ca7f67fca9e1da12c3e6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "gomod2nix", + "type": "github" + } + }, + "gomod2nix_2": { + "inputs": { + "flake-utils": "flake-utils_5", + "nixpkgs": "nixpkgs_11" + }, + "locked": { + "lastModified": 1705314449, + "narHash": "sha256-yfQQ67dLejP0FLK76LKHbkzcQqNIrux6MFe32MMFGNQ=", + "owner": "nix-community", + "repo": "gomod2nix", + "rev": "30e3c3a9ec4ac8453282ca7f67fca9e1da12c3e6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "gomod2nix", + "type": "github" + } + }, + "gomod2nix_3": { + "inputs": { + "flake-utils": "flake-utils_21", + "nixpkgs": "nixpkgs_29" + }, + "locked": { + "lastModified": 1705314449, + "narHash": "sha256-yfQQ67dLejP0FLK76LKHbkzcQqNIrux6MFe32MMFGNQ=", + "owner": "nix-community", + "repo": "gomod2nix", + "rev": "30e3c3a9ec4ac8453282ca7f67fca9e1da12c3e6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "gomod2nix", + "type": "github" + } + }, + "google-photo-uploader-flake": { + "inputs": { + "gomod2nix": "gomod2nix", + "nixpkgs": "nixpkgs_7", + "utils": "utils_7" + }, + "locked": { + "lastModified": 1706383993, + "narHash": "sha256-9tW9gK/1TLQQhOZQUtcrvmeuYkHo+WMLH0EG1q1W8Nk=", + "ref": "refs/heads/master", + "rev": "6b3dea996c6409b157a821c3f30df087d098edfd", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + } + }, + "google-photo-uploader-flake_2": { + "inputs": { + "gomod2nix": "gomod2nix_2", + "nixpkgs": "nixpkgs_12", + "utils": "utils_10" + }, + "locked": { + "lastModified": 1706383993, + "narHash": "sha256-9tW9gK/1TLQQhOZQUtcrvmeuYkHo+WMLH0EG1q1W8Nk=", + "ref": "refs/heads/master", + "rev": "6b3dea996c6409b157a821c3f30df087d098edfd", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + } + }, + "google-photo-uploader-flake_3": { + "inputs": { + "gomod2nix": "gomod2nix_3", + "nixpkgs": "nixpkgs_30", + "utils": "utils_49" + }, + "locked": { + "lastModified": 1706383993, + "narHash": "sha256-9tW9gK/1TLQQhOZQUtcrvmeuYkHo+WMLH0EG1q1W8Nk=", + "ref": "refs/heads/master", + "rev": "6b3dea996c6409b157a821c3f30df087d098edfd", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/google-photo-uploader.git" + } + }, + "grafana-module": { + "inputs": { + "arion": "arion_3", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1702251866, + "narHash": "sha256-z9PQEk/1iIkS8rGSW8NIo6WpE4eTKPPAdRx2ANE/NeE=", + "ref": "refs/heads/master", + "rev": "f3b43259a40b2b46ca87614c590bf8d7d4fbbb8a", + "revCount": 7, + "type": "git", + "url": "https://git.fudo.org/fudo-public/grafana-module.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/grafana-module.git" + } + }, + "haskell-flake": { + "locked": { + "lastModified": 1675296942, + "narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "c2cafce9d57bfca41794dc3b99c593155006c71e", + "type": "github" + }, + "original": { + "owner": "srid", + "ref": "0.1.0", + "repo": "haskell-flake", + "type": "github" + } + }, + "haskell-flake_2": { + "locked": { + "lastModified": 1675296942, + "narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "c2cafce9d57bfca41794dc3b99c593155006c71e", + "type": "github" + }, + "original": { + "owner": "srid", + "ref": "0.1.0", + "repo": "haskell-flake", + "type": "github" + } + }, + "haskell-flake_3": { + "locked": { + "lastModified": 1675296942, + "narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "c2cafce9d57bfca41794dc3b99c593155006c71e", + "type": "github" + }, + "original": { + "owner": "srid", + "ref": "0.1.0", + "repo": "haskell-flake", + "type": "github" + } + }, "helpers": { "inputs": { "clj-nix": "clj-nix", "clj2nix": "clj2nix_3", - "nixpkgs": "nixpkgs_6", + "nixpkgs": "nixpkgs_5", "utils": "utils_6" }, "locked": { - "lastModified": 1675466351, - "narHash": "sha256-JPDyPw0JdRds8iZ5N6v+OJ8+aTlWHfUxMKslIX2itu4=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "9d7434f1ac1351f499ea08eceadb44647d6c8c9b", - "revCount": 21, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3014,7 +3558,7 @@ "snooper", "nixpkgs" ], - "utils": "utils_36" + "utils": "utils_37" }, "locked": { "lastModified": 1677792046, @@ -3039,7 +3583,7 @@ "suanni", "nixpkgs" ], - "utils": "utils_39" + "utils": "utils_40" }, "locked": { "lastModified": 1677792046, @@ -3064,7 +3608,7 @@ "tattler", "nixpkgs" ], - "utils": "utils_42" + "utils": "utils_43" }, "locked": { "lastModified": 1684439334, @@ -3091,7 +3635,7 @@ "notifierClj", "nixpkgs" ], - "utils": "utils_44" + "utils": "utils_45" }, "locked": { "lastModified": 1684439334, @@ -3112,15 +3656,15 @@ "inputs": { "clj-nix": "clj-nix_16", "clj2nix": "clj2nix_16", - "nixpkgs": "nixpkgs_39", - "utils": "utils_49" + "nixpkgs": "nixpkgs_32", + "utils": "utils_51" }, "locked": { - "lastModified": 1675466351, - "narHash": "sha256-JPDyPw0JdRds8iZ5N6v+OJ8+aTlWHfUxMKslIX2itu4=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "9d7434f1ac1351f499ea08eceadb44647d6c8c9b", - "revCount": 21, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3139,14 +3683,14 @@ "nexus-client", "nixpkgs" ], - "utils": "utils_51" + "utils": "utils_53" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3165,7 +3709,7 @@ "nexus-crypto", "nixpkgs" ], - "utils": "utils_54" + "utils": "utils_56" }, "locked": { "lastModified": 1677792046, @@ -3191,14 +3735,14 @@ "nexus-server", "nixpkgs" ], - "utils": "utils_57" + "utils": "utils_59" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3211,15 +3755,15 @@ "inputs": { "clj-nix": "clj-nix_2", "clj2nix": "clj2nix_4", - "nixpkgs": "nixpkgs_8", + "nixpkgs": "nixpkgs_9", "utils": "utils_9" }, "locked": { - "lastModified": 1675466351, - "narHash": "sha256-JPDyPw0JdRds8iZ5N6v+OJ8+aTlWHfUxMKslIX2itu4=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "9d7434f1ac1351f499ea08eceadb44647d6c8c9b", - "revCount": 21, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3232,15 +3776,15 @@ "inputs": { "clj-nix": "clj-nix_3", "clj2nix": "clj2nix_5", - "nixpkgs": "nixpkgs_11", - "utils": "utils_11" + "nixpkgs": "nixpkgs_14", + "utils": "utils_12" }, "locked": { - "lastModified": 1675466351, - "narHash": "sha256-JPDyPw0JdRds8iZ5N6v+OJ8+aTlWHfUxMKslIX2itu4=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "9d7434f1ac1351f499ea08eceadb44647d6c8c9b", - "revCount": 21, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3260,14 +3804,14 @@ "nexus-client", "nixpkgs" ], - "utils": "utils_13" + "utils": "utils_14" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3287,7 +3831,7 @@ "nexus-crypto", "nixpkgs" ], - "utils": "utils_16" + "utils": "utils_17" }, "locked": { "lastModified": 1677792046, @@ -3314,14 +3858,14 @@ "nexus-server", "nixpkgs" ], - "utils": "utils_19" + "utils": "utils_20" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3340,14 +3884,14 @@ "nexus-client", "nixpkgs" ], - "utils": "utils_24" + "utils": "utils_25" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3366,7 +3910,7 @@ "nexus-crypto", "nixpkgs" ], - "utils": "utils_27" + "utils": "utils_28" }, "locked": { "lastModified": 1677792046, @@ -3392,14 +3936,14 @@ "nexus-server", "nixpkgs" ], - "utils": "utils_30" + "utils": "utils_31" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1683740681, + "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", + "revCount": 33, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, @@ -3408,44 +3952,285 @@ "url": "https://git.fudo.org/fudo-public/nix-helpers.git" } }, + "hercules-ci-effects": { + "inputs": { + "flake-parts": "flake-parts_2", + "nixpkgs": [ + "fudo-nixos", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708547820, + "narHash": "sha256-xU/KC1PWqq5zL9dQ9wYhcdgxAwdeF/dJCLPH3PNZEBg=", + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "rev": "0ca27bd58e4d5be3135a4bef66b582e57abe8f4a", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "type": "github" + } + }, + "hercules-ci-effects_2": { + "inputs": { + "flake-parts": "flake-parts_4", + "nixpkgs": [ + "fudo-nixos", + "frigate-container", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708547820, + "narHash": "sha256-xU/KC1PWqq5zL9dQ9wYhcdgxAwdeF/dJCLPH3PNZEBg=", + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "rev": "0ca27bd58e4d5be3135a4bef66b582e57abe8f4a", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "type": "github" + } + }, + "hercules-ci-effects_3": { + "inputs": { + "flake-parts": "flake-parts_6", + "nixpkgs": [ + "fudo-nixos", + "grafana-module", + "arion", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708547820, + "narHash": "sha256-xU/KC1PWqq5zL9dQ9wYhcdgxAwdeF/dJCLPH3PNZEBg=", + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "rev": "0ca27bd58e4d5be3135a4bef66b582e57abe8f4a", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "hercules-ci-effects", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ "fudo-nixos", "fudo-home", "nixpkgs" - ], - "utils": "utils_7" + ] }, "locked": { - "lastModified": 1681092193, - "narHash": "sha256-JerCqqOqbT2tBnXQW4EqwFl0hHnuZp21rIQ6lu/N4rI=", + "lastModified": 1704980875, + "narHash": "sha256-IPZmMjk5f4TBbEpzUFBc3OC1W6OwDNEXk2w/0uVXX1o=", "owner": "nix-community", "repo": "home-manager", - "rev": "f9edbedaf015013eb35f8caacbe0c9666bbc16af", + "rev": "5f0ab0eedc6ede69beb8f45561ffefa54edc6e65", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-22.11", + "ref": "release-23.11", "repo": "home-manager", "type": "github" } }, + "immich-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707523346, + "narHash": "sha256-aGX32giqEUYGrs3Z8dOt6cst8TNoF3cATZyEOAS1220=", + "ref": "refs/heads/master", + "rev": "fd6cd5e3352bcef581d0ecd6f338f7b0bc85f437", + "revCount": 18, + "type": "git", + "url": "https://git.fudo.org/fudo-public/immich-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/immich-container.git" + } + }, + "lemmy-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1706310379, + "narHash": "sha256-VkHnaPBpkWoMCl4xtnfyxdOECwporks/fzcznWs1/VQ=", + "ref": "refs/heads/master", + "rev": "555a3eff5fc3cea4d8d214b08a2e140cd89f1853", + "revCount": 33, + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-container.git" + } + }, + "lemmy-docker": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1705597965, + "narHash": "sha256-XzqJLlERpSaqmerGhIyEJa2aC+ZVNgJ3OufQKjdT8xY=", + "ref": "refs/heads/master", + "rev": "b12aeeb09fced1c8990f2b11d95356cbac1d5bdd", + "revCount": 88, + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-docker.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/lemmy-docker.git" + } + }, + "mail-server": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1710356002, + "narHash": "sha256-exZSmsjddgv1hkAmOv/z0NtNCzrEguqdIMICc8d2wLM=", + "ref": "refs/heads/master", + "rev": "6c95ada6e1064dd98e3d41f4420ee63a83ea6586", + "revCount": 265, + "type": "git", + "url": "https://git.fudo.org/fudo-public/mail-server.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/mail-server.git" + } + }, + "mastodon-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1706557789, + "narHash": "sha256-LT/L75aU5LazOrjdBmzY01jjjU4ZkP/MwlKy7oWit7o=", + "ref": "refs/heads/master", + "rev": "d3f9019ff0696497e397b2357301b183d30704aa", + "revCount": 78, + "type": "git", + "url": "https://git.fudo.org/fudo-public/mastodon-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/mastodon-container.git" + } + }, + "matrix-module": { + "inputs": { + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707980545, + "narHash": "sha256-gDcGdhwxEItaB571Ohs+kROBQ1oRwjazOtCB1AInoYA=", + "ref": "refs/heads/master", + "rev": "5d78ce3ec9588cc6ab6002dbfa8f51189ea3582d", + "revCount": 25, + "type": "git", + "url": "https://git.fudo.org/fudo-public/matrix-module.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/matrix-module.git" + } + }, + "nextcloud-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1707412342, + "narHash": "sha256-/TSNDXfFJ2veoYLbqnnXWcG/SnVVCodguejuFVJy61g=", + "ref": "refs/heads/master", + "rev": "292536ff36d67ca14acf7238db3aab1226d2bc22", + "revCount": 37, + "type": "git", + "url": "https://git.fudo.org/fudo-public/nextcloud-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/nextcloud-container.git" + } + }, "nexus": { "inputs": { "nexus-client": "nexus-client", "nexus-crypto": "nexus-crypto", "nexus-server": "nexus-server", "nixpkgs": "nixpkgs_18", - "utils": "utils_21" + "utils": "utils_22" }, "locked": { - "lastModified": 1680541464, - "narHash": "sha256-aKDleW+y6boXt2xuz3oJpVz2A4dybPRjcRh0c+lpb3o=", + "lastModified": 1694023994, + "narHash": "sha256-EglOSW6M2JJnfMjoRtS2w1DcZzoU6USf+Vuv0MwOQ0w=", "ref": "refs/heads/master", - "rev": "b2cb23479d977e3c1cb65c47ac625174113a0dd4", - "revCount": 246, + "rev": "9b1ee964d8f47f8c2ad97269e4322312af1412eb", + "revCount": 253, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus.git" }, @@ -3457,15 +4242,20 @@ "nexus-client": { "inputs": { "helpers": "helpers_4", - "nixpkgs": "nixpkgs_13", - "utils": "utils_14" + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_15" }, "locked": { - "lastModified": 1680313539, - "narHash": "sha256-yNkEz5wnlP4BrJpnI9YY+OBk3pUdl0lPAVdcoob9oBk=", + "lastModified": 1693890453, + "narHash": "sha256-KRQqUG6yq3uvP8uQCPRM1x60iV2l1t/qGyv101LjKAo=", "ref": "refs/heads/master", - "rev": "8346a158be6f3189ddd69fcf8f442f0114de9498", - "revCount": 47, + "rev": "850bf5d3cdd307f289e1794f2181ee05216c78c1", + "revCount": 50, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-client.git" }, @@ -3477,15 +4267,19 @@ "nexus-client_2": { "inputs": { "helpers": "helpers_7", - "nixpkgs": "nixpkgs_21", - "utils": "utils_25" + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nixpkgs" + ], + "utils": "utils_26" }, "locked": { - "lastModified": 1680313539, - "narHash": "sha256-yNkEz5wnlP4BrJpnI9YY+OBk3pUdl0lPAVdcoob9oBk=", + "lastModified": 1693890453, + "narHash": "sha256-KRQqUG6yq3uvP8uQCPRM1x60iV2l1t/qGyv101LjKAo=", "ref": "refs/heads/master", - "rev": "8346a158be6f3189ddd69fcf8f442f0114de9498", - "revCount": 47, + "rev": "850bf5d3cdd307f289e1794f2181ee05216c78c1", + "revCount": 50, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-client.git" }, @@ -3497,15 +4291,19 @@ "nexus-client_3": { "inputs": { "helpers": "helpers_15", - "nixpkgs": "nixpkgs_41", - "utils": "utils_52" + "nixpkgs": [ + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_54" }, "locked": { - "lastModified": 1680313539, - "narHash": "sha256-yNkEz5wnlP4BrJpnI9YY+OBk3pUdl0lPAVdcoob9oBk=", + "lastModified": 1693890453, + "narHash": "sha256-KRQqUG6yq3uvP8uQCPRM1x60iV2l1t/qGyv101LjKAo=", "ref": "refs/heads/master", - "rev": "8346a158be6f3189ddd69fcf8f442f0114de9498", - "revCount": 47, + "rev": "850bf5d3cdd307f289e1794f2181ee05216c78c1", + "revCount": 50, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-client.git" }, @@ -3517,8 +4315,13 @@ "nexus-crypto": { "inputs": { "helpers": "helpers_5", - "nixpkgs": "nixpkgs_15", - "utils": "utils_17" + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_18" }, "locked": { "lastModified": 1677792070, @@ -3537,8 +4340,12 @@ "nexus-crypto_2": { "inputs": { "helpers": "helpers_8", - "nixpkgs": "nixpkgs_23", - "utils": "utils_28" + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nixpkgs" + ], + "utils": "utils_29" }, "locked": { "lastModified": 1677792070, @@ -3557,8 +4364,12 @@ "nexus-crypto_3": { "inputs": { "helpers": "helpers_16", - "nixpkgs": "nixpkgs_43", - "utils": "utils_55" + "nixpkgs": [ + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_57" }, "locked": { "lastModified": 1677792070, @@ -3577,15 +4388,20 @@ "nexus-server": { "inputs": { "helpers": "helpers_6", - "nixpkgs": "nixpkgs_17", - "utils": "utils_20" + "nixpkgs": [ + "fudo-nixos", + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_21" }, "locked": { - "lastModified": 1680473429, - "narHash": "sha256-dbzA2yc/j2CoxvBKR2rMbdiA6FPJ7nSAefiby/dsawU=", + "lastModified": 1693890469, + "narHash": "sha256-YMlAhaM3X7jwqCZJ3g9xSZuu0vwJlzVilFWiUQiJxqM=", "ref": "refs/heads/master", - "rev": "b0a2aae0ffb972ea4b922ad1d8068869c02f6e31", - "revCount": 60, + "rev": "efcde6094822bc43a13b9a15fe85f470a5c2ef0b", + "revCount": 61, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-server.git" }, @@ -3597,15 +4413,19 @@ "nexus-server_2": { "inputs": { "helpers": "helpers_9", - "nixpkgs": "nixpkgs_25", - "utils": "utils_31" + "nixpkgs": [ + "fudo-nixos", + "nexus", + "nixpkgs" + ], + "utils": "utils_32" }, "locked": { - "lastModified": 1680473429, - "narHash": "sha256-dbzA2yc/j2CoxvBKR2rMbdiA6FPJ7nSAefiby/dsawU=", + "lastModified": 1693890469, + "narHash": "sha256-YMlAhaM3X7jwqCZJ3g9xSZuu0vwJlzVilFWiUQiJxqM=", "ref": "refs/heads/master", - "rev": "b0a2aae0ffb972ea4b922ad1d8068869c02f6e31", - "revCount": 60, + "rev": "efcde6094822bc43a13b9a15fe85f470a5c2ef0b", + "revCount": 61, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-server.git" }, @@ -3617,15 +4437,19 @@ "nexus-server_3": { "inputs": { "helpers": "helpers_17", - "nixpkgs": "nixpkgs_45", - "utils": "utils_58" + "nixpkgs": [ + "fudo-secrets", + "nexus", + "nixpkgs" + ], + "utils": "utils_60" }, "locked": { - "lastModified": 1680473429, - "narHash": "sha256-dbzA2yc/j2CoxvBKR2rMbdiA6FPJ7nSAefiby/dsawU=", + "lastModified": 1693890469, + "narHash": "sha256-YMlAhaM3X7jwqCZJ3g9xSZuu0vwJlzVilFWiUQiJxqM=", "ref": "refs/heads/master", - "rev": "b0a2aae0ffb972ea4b922ad1d8068869c02f6e31", - "revCount": 60, + "rev": "efcde6094822bc43a13b9a15fe85f470a5c2ef0b", + "revCount": 61, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus-server.git" }, @@ -3639,15 +4463,18 @@ "nexus-client": "nexus-client_2", "nexus-crypto": "nexus-crypto_2", "nexus-server": "nexus-server_2", - "nixpkgs": "nixpkgs_26", - "utils": "utils_32" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_33" }, "locked": { - "lastModified": 1680541464, - "narHash": "sha256-aKDleW+y6boXt2xuz3oJpVz2A4dybPRjcRh0c+lpb3o=", + "lastModified": 1694023994, + "narHash": "sha256-EglOSW6M2JJnfMjoRtS2w1DcZzoU6USf+Vuv0MwOQ0w=", "ref": "refs/heads/master", - "rev": "b2cb23479d977e3c1cb65c47ac625174113a0dd4", - "revCount": 246, + "rev": "9b1ee964d8f47f8c2ad97269e4322312af1412eb", + "revCount": 253, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus.git" }, @@ -3661,15 +4488,15 @@ "nexus-client": "nexus-client_3", "nexus-crypto": "nexus-crypto_3", "nexus-server": "nexus-server_3", - "nixpkgs": "nixpkgs_46", - "utils": "utils_59" + "nixpkgs": "nixpkgs_36", + "utils": "utils_61" }, "locked": { - "lastModified": 1680541464, - "narHash": "sha256-aKDleW+y6boXt2xuz3oJpVz2A4dybPRjcRh0c+lpb3o=", + "lastModified": 1694023994, + "narHash": "sha256-EglOSW6M2JJnfMjoRtS2w1DcZzoU6USf+Vuv0MwOQ0w=", "ref": "refs/heads/master", - "rev": "b2cb23479d977e3c1cb65c47ac625174113a0dd4", - "revCount": 246, + "rev": "9b1ee964d8f47f8c2ad97269e4322312af1412eb", + "revCount": 253, "type": "git", "url": "https://git.fudo.org/fudo-public/nexus.git" }, @@ -3681,11 +4508,11 @@ "niten-doom-config": { "flake": false, "locked": { - "lastModified": 1684432992, - "narHash": "sha256-ex/H6we7BLjidBxo0n5EZ9YUflLr03sLWdf5YGsF6jU=", + "lastModified": 1704436447, + "narHash": "sha256-gGWK8aif/oe6LDheFgUtlicnSrnKL3NFpwd1S5jrops=", "ref": "refs/heads/master", - "rev": "47773717b06d21004db3dea96f2329f912ef8dd3", - "revCount": 64, + "rev": "97148ddf8ff2a2a70af1f08b38dd457e0384bd41", + "revCount": 87, "type": "git", "url": "https://git.fudo.org/niten/doom-emacs.git" }, @@ -3697,11 +4524,11 @@ "nix-straight": { "flake": false, "locked": { - "lastModified": 1666982610, - "narHash": "sha256-xjgIrmUsekVTE+MpZb5DMU8DQf9DJ/ZiR0o30L9/XCc=", + "lastModified": 1694361489, + "narHash": "sha256-kjDp+j6OtrmqbtjQB5uuOtjS08+kgJQuxFqhWE1Y9Rw=", "owner": "nix-community", "repo": "nix-straight.el", - "rev": "ad10364d64f472c904115fd38d194efe1c3f1226", + "rev": "748be99b84be0b130e946288099806a0f16d6e57", "type": "github" }, "original": { @@ -3725,28 +4552,13 @@ "type": "github" } }, - "nixpkgs2111": { - "locked": { - "lastModified": 1659446231, - "narHash": "sha256-hekabNdTdgR/iLsgce5TGWmfIDZ86qjPhxDg/8TlzhE=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "eabc38219184cc3e04a974fe31857d8e0eac098d", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-21.11", - "type": "indirect" - } - }, "nixpkgsUnstable": { "locked": { - "lastModified": 1684754342, - "narHash": "sha256-plGnjnbnPLoZCTdQX21oT7xliQhFtgcWlkuDHgtEb1o=", + "lastModified": 1710272261, + "narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7084250df3d7f9735087d3234407f3c1fc2400e3", + "rev": "0ad13a6833440b8e238947e47bea7f11071dc2b2", "type": "github" }, "original": { @@ -3757,65 +4569,49 @@ }, "nixpkgs_10": { "locked": { - "lastModified": 1637881340, - "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", - "type": "github" + "lastModified": 1699291058, + "narHash": "sha256-5ggduoaAMPHUy4riL+OrlAZE14Kh7JWX4oLEs22ZqfU=", + "path": "/nix/store/3s69yxbbl116zwga3i6cy7prplywq0bn-source", + "rev": "41de143fda10e33be0f47eab2bfe08a50f234267", + "type": "path" }, "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "type": "indirect" } }, "nixpkgs_11": { "locked": { - "lastModified": 1672353432, - "narHash": "sha256-oZfgp/44/o2tWiylV30cR+DLyWTJ+5dhsdWZVpzs3e4=", + "lastModified": 1658285632, + "narHash": "sha256-zRS5S/hoeDGUbO+L95wXG9vJNwsSYcl93XiD0HQBXLk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "913a47cd064cc06440ea84e5e0452039a85781f0", + "rev": "5342fc6fb59d0595d26883c3cadff16ce58e44f3", "type": "github" }, "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" + "owner": "NixOS", + "ref": "master", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs_12": { "locked": { - "lastModified": 1673785507, - "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "lastModified": 1706098335, + "narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_13": { - "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "a77ab169a83a4175169d78684ddd2e54486ac651", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-23.11", "type": "indirect" } }, - "nixpkgs_14": { + "nixpkgs_13": { "locked": { "lastModified": 1673785507, "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", @@ -3830,7 +4626,7 @@ "type": "github" } }, - "nixpkgs_15": { + "nixpkgs_14": { "locked": { "lastModified": 1677624842, "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", @@ -3845,6 +4641,21 @@ "type": "indirect" } }, + "nixpkgs_15": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_16": { "locked": { "lastModified": 1673785507, @@ -3861,66 +4672,6 @@ } }, "nixpkgs_17": { - "locked": { - "lastModified": 1678230755, - "narHash": "sha256-SFAXgNjNTXzcAideXcP0takfUGVft/VR5CACmYHg+Fc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a7cc81913bb3cd1ef05ed0ece048b773e1839e51", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, - "nixpkgs_18": { - "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_19": { - "locked": { - "lastModified": 1682600000, - "narHash": "sha256-ha4BehR1dh8EnXSoE1m/wyyYVvHI9txjW4w5/oxsW5Y=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "50fc86b75d2744e1ab3837ef74b53f103a9b55a0", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_2": { - "locked": { - "lastModified": 1638196344, - "narHash": "sha256-fkOqSkfOkl8tqxDd+zJU4kAgyLXp/ouaP+U9gpjEZZs=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "2553aee74fed8c2205a4aeb3ffd206ca14ede60f", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-21.05", - "type": "indirect" - } - }, - "nixpkgs_20": { "locked": { "lastModified": 1673785507, "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", @@ -3935,21 +4686,82 @@ "type": "github" } }, - "nixpkgs_21": { + "nixpkgs_18": { "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", + "lastModified": 1693771906, + "narHash": "sha256-32EnPCaVjOiEERZ+o/2Ir7JH9pkfwJZJ27SKHNvt4yk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-23.05", "type": "indirect" } }, + "nixpkgs_19": { + "locked": { + "lastModified": 1707786466, + "narHash": "sha256-yLPfrmW87M2qt+8bAmwopJawa+MJLh3M9rUbXtpUc1o=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "01885a071465e223f8f68971f864b15829988504", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.11", + "type": "indirect" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1637881340, + "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_20": { + "locked": { + "lastModified": 1709479366, + "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_21": { + "locked": { + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_22": { "locked": { "lastModified": 1673785507, @@ -3967,17 +4779,17 @@ }, "nixpkgs_23": { "locked": { - "lastModified": 1677624842, - "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", "type": "github" }, "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs_24": { @@ -3997,65 +4809,20 @@ }, "nixpkgs_25": { "locked": { - "lastModified": 1678230755, - "narHash": "sha256-SFAXgNjNTXzcAideXcP0takfUGVft/VR5CACmYHg+Fc=", + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a7cc81913bb3cd1ef05ed0ece048b773e1839e51", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", "type": "github" }, "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs_26": { - "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_27": { - "locked": { - "lastModified": 1672781980, - "narHash": "sha256-L+yqt2szcp+BFiWoMJCisDsNA5OrpYVW1QSbbS5U8RU=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a9eedea7232f5d00f0aca7267efb69a54da1b8a1", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, - "nixpkgs_28": { - "locked": { - "lastModified": 1659446231, - "narHash": "sha256-hekabNdTdgR/iLsgce5TGWmfIDZ86qjPhxDg/8TlzhE=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "eabc38219184cc3e04a974fe31857d8e0eac098d", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-21.11", - "type": "indirect" - } - }, - "nixpkgs_29": { "locked": { "lastModified": 1673785507, "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", @@ -4070,13 +4837,13 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_27": { "locked": { - "lastModified": 1637881340, - "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", "type": "github" }, "original": { @@ -4085,18 +4852,63 @@ "type": "github" } }, - "nixpkgs_30": { + "nixpkgs_28": { "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", + "lastModified": 1699291058, + "narHash": "sha256-5ggduoaAMPHUy4riL+OrlAZE14Kh7JWX4oLEs22ZqfU=", + "path": "/nix/store/3s69yxbbl116zwga3i6cy7prplywq0bn-source", + "rev": "41de143fda10e33be0f47eab2bfe08a50f234267", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_29": { + "locked": { + "lastModified": 1658285632, + "narHash": "sha256-zRS5S/hoeDGUbO+L95wXG9vJNwsSYcl93XiD0HQBXLk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "5342fc6fb59d0595d26883c3cadff16ce58e44f3", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { + "locked": { + "lastModified": 1709479366, + "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_30": { + "locked": { + "lastModified": 1706098335, + "narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a77ab169a83a4175169d78684ddd2e54486ac651", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-23.11", "type": "indirect" } }, @@ -4117,16 +4929,16 @@ }, "nixpkgs_32": { "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", + "lastModified": 1677624842, + "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-22.11", "type": "indirect" } }, @@ -4147,17 +4959,17 @@ }, "nixpkgs_34": { "locked": { - "lastModified": 1684580438, - "narHash": "sha256-LUPswmDn6fXP3lEBJFA2Id8PkcYDgzUilevWackYVvQ=", + "lastModified": 1673785507, + "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7dc71aef32e8faf065cb171700792cf8a65c152d", + "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", "type": "github" }, "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs_35": { @@ -4177,78 +4989,50 @@ }, "nixpkgs_36": { "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", + "lastModified": 1693771906, + "narHash": "sha256-32EnPCaVjOiEERZ+o/2Ir7JH9pkfwJZJ27SKHNvt4yk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-23.05", "type": "indirect" } }, "nixpkgs_37": { "locked": { - "lastModified": 1653918726, - "narHash": "sha256-C+BpRKWjuwR4a9R0w5V5AFaQiyDtRPSRec7VJCX1NI4=", - "path": "/nix/store/zdc50x6ibr27smd581yxc8snjdlf1487-source", - "rev": "39945562539b572eb43915992ef82f46a7176364", - "type": "path" + "lastModified": 1707786466, + "narHash": "sha256-yLPfrmW87M2qt+8bAmwopJawa+MJLh3M9rUbXtpUc1o=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "01885a071465e223f8f68971f864b15829988504", + "type": "github" }, "original": { "id": "nixpkgs", + "ref": "nixos-23.11", "type": "indirect" } }, "nixpkgs_38": { "locked": { - "lastModified": 1637881340, - "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", + "lastModified": 1710283656, + "narHash": "sha256-nI+AOy4uK6jLGBi9nsbHjL1EdSIzoo8oa+9oeVhbyFc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_39": { - "locked": { - "lastModified": 1672353432, - "narHash": "sha256-oZfgp/44/o2tWiylV30cR+DLyWTJ+5dhsdWZVpzs3e4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "913a47cd064cc06440ea84e5e0452039a85781f0", + "rev": "51063ed4f2343a59fdeebb279bb81d87d453942b", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.11", + "ref": "nixos-23.11", "type": "indirect" } }, "nixpkgs_4": { - "locked": { - "lastModified": 1640653651, - "narHash": "sha256-fByFYXYoE/6TqwKGbT7XBCOAlSsFzOXm4ZsRLoO70m8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "7bca80140fc7732c7357b26002db3d87b3ba4c61", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-21.05", - "type": "indirect" - } - }, - "nixpkgs_40": { "locked": { "lastModified": 1673785507, "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", @@ -4263,37 +5047,7 @@ "type": "github" } }, - "nixpkgs_41": { - "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_42": { - "locked": { - "lastModified": 1673785507, - "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d06d765eeac716d8f1ca80f0935fd6fc951816ad", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_43": { + "nixpkgs_5": { "locked": { "lastModified": 1677624842, "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", @@ -4308,7 +5062,38 @@ "type": "indirect" } }, - "nixpkgs_44": { + "nixpkgs_6": { + "locked": { + "lastModified": 1658285632, + "narHash": "sha256-zRS5S/hoeDGUbO+L95wXG9vJNwsSYcl93XiD0HQBXLk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "5342fc6fb59d0595d26883c3cadff16ce58e44f3", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_7": { + "locked": { + "lastModified": 1706098335, + "narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a77ab169a83a4175169d78684ddd2e54486ac651", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.11", + "type": "indirect" + } + }, + "nixpkgs_8": { "locked": { "lastModified": 1673785507, "narHash": "sha256-EPUT8yVdvJhhjhbgnFWXXd4IUPKSOmww2+z4AmOdyPI=", @@ -4323,136 +5108,18 @@ "type": "github" } }, - "nixpkgs_45": { - "locked": { - "lastModified": 1678230755, - "narHash": "sha256-SFAXgNjNTXzcAideXcP0takfUGVft/VR5CACmYHg+Fc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a7cc81913bb3cd1ef05ed0ece048b773e1839e51", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, - "nixpkgs_46": { - "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_47": { - "locked": { - "lastModified": 1682600000, - "narHash": "sha256-ha4BehR1dh8EnXSoE1m/wyyYVvHI9txjW4w5/oxsW5Y=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "50fc86b75d2744e1ab3837ef74b53f103a9b55a0", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.05", - "type": "indirect" - } - }, - "nixpkgs_48": { - "locked": { - "lastModified": 1684661732, - "narHash": "sha256-2/Xo/UmUUoMXc0T5tzoUsYjMLLMjEfzRWDAQB0WwtW0=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "b0671cbf1e5c443f7fbfd4941ee0f8a151435114", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, - "nixpkgs_5": { - "locked": { - "lastModified": 1637881340, - "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_6": { - "locked": { - "lastModified": 1672353432, - "narHash": "sha256-oZfgp/44/o2tWiylV30cR+DLyWTJ+5dhsdWZVpzs3e4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "913a47cd064cc06440ea84e5e0452039a85781f0", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, - "nixpkgs_7": { - "locked": { - "lastModified": 1637881340, - "narHash": "sha256-/meU5CTm8GnaETZrJa0UqBQvk9T/jKp1+MLIQQ7FTTo=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d460f48ddb884f7270b7f7bfcbf8a7b91140caa5", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_8": { - "locked": { - "lastModified": 1672353432, - "narHash": "sha256-oZfgp/44/o2tWiylV30cR+DLyWTJ+5dhsdWZVpzs3e4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "913a47cd064cc06440ea84e5e0452039a85781f0", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-22.11", - "type": "indirect" - } - }, "nixpkgs_9": { "locked": { - "lastModified": 1653918726, - "narHash": "sha256-C+BpRKWjuwR4a9R0w5V5AFaQiyDtRPSRec7VJCX1NI4=", - "path": "/nix/store/zdc50x6ibr27smd581yxc8snjdlf1487-source", - "rev": "39945562539b572eb43915992ef82f46a7176364", - "type": "path" + "lastModified": 1677624842, + "narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0", + "type": "github" }, "original": { "id": "nixpkgs", + "ref": "nixos-22.11", "type": "indirect" } }, @@ -4480,7 +5147,7 @@ "tattler", "nixpkgs" ], - "utils": "utils_45" + "utils": "utils_46" }, "locked": { "lastModified": 1684784801, @@ -4515,15 +5182,18 @@ "objectifier": { "inputs": { "darknet": "darknet", - "nixpkgs": "nixpkgs_27", - "utils": "utils_33" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_34" }, "locked": { - "lastModified": 1679246727, - "narHash": "sha256-5+fmOgoTABJ6jwoKQrYP898jMdH76yAlbJnAVTu0QIU=", + "lastModified": 1686166350, + "narHash": "sha256-NseJllTLhQLLaifVgPiO5aWJH446/YILGux+I5FOIdU=", "ref": "refs/heads/master", - "rev": "21f897b5c39e4d3d32f5b2595ba7fd9f58923624", - "revCount": 71, + "rev": "671ed746568a1f03e71c13f2498bfb69b8a2aedd", + "revCount": 75, "type": "git", "url": "https://git.fudo.org/fudo-public/objectifier.git" }, @@ -4535,11 +5205,11 @@ "org": { "flake": false, "locked": { - "lastModified": 1683136293, - "narHash": "sha256-PMHNr3Qo62uqO5IUDAfxUoqa4Zvb9y2J76pRYDB/6Y4=", + "lastModified": 1695726851, + "narHash": "sha256-qgbjspklSoI8M3cbCJOcUdjuijRgsL/+PSyEOW9VX4I=", "owner": "emacs-straight", "repo": "org-mode", - "rev": "080710797ad25e76c4556d2b03cc0aa5313cd187", + "rev": "aa9177e1a8b039c357d369c1c9aaab710bb247a9", "type": "github" }, "original": { @@ -4551,11 +5221,11 @@ "org-contrib": { "flake": false, "locked": { - "lastModified": 1675694242, - "narHash": "sha256-4Fn33CTVTCqh5TyVAggSr8Fm8/hB8Xgl+hkxh3WCrI8=", + "lastModified": 1694946041, + "narHash": "sha256-X/HFG6NZe5BY00KvGbcsIuf9R6Lg8x7Uhd0Y5+Q3qZU=", "owner": "emacsmirror", "repo": "org-contrib", - "rev": "fff6c888065588527b1c1d7dd7e41c29ef767e17", + "rev": "5eabbf22bdd4523c922a30787e98ee66c24221aa", "type": "github" }, "original": { @@ -4599,8 +5269,11 @@ "pricebot": { "inputs": { "clj-nix": "clj-nix_10", - "nixpkgs": "nixpkgs_28", - "utils": "utils_34" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_35" }, "locked": { "lastModified": 1661201877, @@ -4619,11 +5292,11 @@ "revealjs": { "flake": false, "locked": { - "lastModified": 1681386605, - "narHash": "sha256-9Q7aWgjAV37iJp6oYDz45e8J+RKwKY1Uvgg/BXwf5nQ=", + "lastModified": 1695738029, + "narHash": "sha256-Z9c9Q41jMkj/DyXOiZYyIa7Gmn8VB8yauTyWrSsT+ps=", "owner": "hakimel", "repo": "reveal.js", - "rev": "0301ce58ab185f7191696e16b1b6389f58df2892", + "rev": "88fbfc5751ad01e3f6adee5819eabeb9e73c3757", "type": "github" }, "original": { @@ -4638,7 +5311,7 @@ "fudo-entities": "fudo-entities", "fudo-nixos": "fudo-nixos", "fudo-secrets": "fudo-secrets_2", - "nixpkgs": "nixpkgs_48" + "nixpkgs": "nixpkgs_38" } }, "rotate-text": { @@ -4660,8 +5333,8 @@ "service-passwords": { "flake": false, "locked": { - "lastModified": 1684298635, - "narHash": "sha256-91ZjXr3/6KAwglWY9yy14LD5tat0gWkQmDscBILrocs=", + "lastModified": 1701451798, + "narHash": "sha256-2+ue3o/qKM0tVBkjHy3eLMNFSH/F+nJS39u9fCWAoDg=", "path": "/secrets/service-passwords", "type": "path" }, @@ -4673,8 +5346,8 @@ "service-passwords_2": { "flake": false, "locked": { - "lastModified": 1684298635, - "narHash": "sha256-91ZjXr3/6KAwglWY9yy14LD5tat0gWkQmDscBILrocs=", + "lastModified": 1701451798, + "narHash": "sha256-2+ue3o/qKM0tVBkjHy3eLMNFSH/F+nJS39u9fCWAoDg=", "path": "/secrets/service-passwords", "type": "path" }, @@ -4686,8 +5359,8 @@ "service-secrets": { "flake": false, "locked": { - "lastModified": 1684298638, - "narHash": "sha256-+vSD+aI2BUEGFAD5yBcSBZ/Vv9KSQ/KF5WFdId3Qc80=", + "lastModified": 1705264542, + "narHash": "sha256-7CBc+x58VD5a+7b7LUm0AslGRDuKcYlvScZrDYIC6/s=", "path": "/secrets/service-secrets", "type": "path" }, @@ -4699,8 +5372,8 @@ "service-secrets_2": { "flake": false, "locked": { - "lastModified": 1684298638, - "narHash": "sha256-+vSD+aI2BUEGFAD5yBcSBZ/Vv9KSQ/KF5WFdId3Qc80=", + "lastModified": 1705264542, + "narHash": "sha256-7CBc+x58VD5a+7b7LUm0AslGRDuKcYlvScZrDYIC6/s=", "path": "/secrets/service-secrets", "type": "path" }, @@ -4709,6 +5382,32 @@ "type": "path" } }, + "site-secrets": { + "flake": false, + "locked": { + "lastModified": 1696448830, + "narHash": "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=", + "path": "/secrets/site-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/site-secrets", + "type": "path" + } + }, + "site-secrets_2": { + "flake": false, + "locked": { + "lastModified": 1696448830, + "narHash": "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=", + "path": "/secrets/site-secrets", + "type": "path" + }, + "original": { + "path": "/secrets/site-secrets", + "type": "path" + } + }, "sln-mode": { "flake": false, "locked": { @@ -4728,15 +5427,18 @@ "snooper": { "inputs": { "helpers": "helpers_10", - "nixpkgs": "nixpkgs_30", - "utils": "utils_37" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_38" }, "locked": { - "lastModified": 1684442384, - "narHash": "sha256-YhV7DuTwSw4e3jceMAgA/kKYGH82Y/WwwHzrkYBaSW8=", + "lastModified": 1701133174, + "narHash": "sha256-RwrqP8c89vSvBb7EPVtho++2DG1j6/aJXUYEi/2vxWc=", "ref": "refs/heads/master", - "rev": "b6fe2ce411856ec02c0717cfb19c51f0142e5e71", - "revCount": 11, + "rev": "a206cfdb9cb08bbf85096ffc0448be35f2fb0253", + "revCount": 13, "type": "git", "url": "https://git.fudo.org/fudo-public/snooper.git" }, @@ -4748,8 +5450,8 @@ "ssh-keypairs": { "flake": false, "locked": { - "lastModified": 1684298635, - "narHash": "sha256-WhI0zHJxpMvG/tWF4nQKKHh9kQzujmcacqX6RmemdBI=", + "lastModified": 1697914793, + "narHash": "sha256-AvjV3wozHvHbRDZqWkynL0F0n9kikNIEjpaiWCrqs4Q=", "path": "/secrets/ssh-keypairs", "type": "path" }, @@ -4761,8 +5463,8 @@ "ssh-keypairs_2": { "flake": false, "locked": { - "lastModified": 1684298635, - "narHash": "sha256-WhI0zHJxpMvG/tWF4nQKKHh9kQzujmcacqX6RmemdBI=", + "lastModified": 1697914793, + "narHash": "sha256-AvjV3wozHvHbRDZqWkynL0F0n9kikNIEjpaiWCrqs4Q=", "path": "/secrets/ssh-keypairs", "type": "path" }, @@ -4774,15 +5476,18 @@ "suanni": { "inputs": { "helpers": "helpers_11", - "nixpkgs": "nixpkgs_32", - "utils": "utils_40" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_41" }, "locked": { - "lastModified": 1682462225, - "narHash": "sha256-6+iGhqY3Xi6/4k0eBxf+56LyAuyVFFyptd9+Pq+dcao=", + "lastModified": 1686169813, + "narHash": "sha256-AewLCha21CASd8tQi8152jlYVSO7jIY/8IXUH6QAb+I=", "ref": "refs/heads/master", - "rev": "f0d8f59cc176243f8238d81f88b8550cfedf47e7", - "revCount": 23, + "rev": "14267d15db000f282932b2efd7adc205bcabda28", + "revCount": 25, "type": "git", "url": "https://git.fudo.org/fudo-public/suanni.git" }, @@ -4806,6 +5511,156 @@ "type": "github" } }, + "systems_10": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_11": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_12": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_13": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_14": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_15": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_16": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_17": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_18": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_19": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "systems_2": { "locked": { "lastModified": 1681028828, @@ -4821,6 +5676,36 @@ "type": "github" } }, + "systems_20": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_21": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "systems_3": { "locked": { "lastModified": 1681028828, @@ -4881,19 +5766,67 @@ "type": "github" } }, + "systems_7": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_8": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_9": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "tattler": { "inputs": { "helpers": "helpers_12", - "nixpkgs": "nixpkgs_34", + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], "notifierClj": "notifierClj", - "utils": "utils_46" + "utils": "utils_47" }, "locked": { - "lastModified": 1684784923, - "narHash": "sha256-0d5r2FG/KuIUFfigMFAqDA615MJU526Kkn1tW7MfVP8=", + "lastModified": 1692829006, + "narHash": "sha256-FZYEkAgOC7D1XBiWpFmX3yP/21GWWBb9vfuxBxL4hTk=", "ref": "refs/heads/master", - "rev": "3787a37197ebbcc95cdb7a8175090000bb56e881", - "revCount": 31, + "rev": "4bef39c96bba3eb47d1a22481d9f6706e76fef18", + "revCount": 32, "type": "git", "url": "https://git.fudo.org/fudo-public/tattler.git" }, @@ -4902,14 +5835,55 @@ "url": "https://git.fudo.org/fudo-public/tattler.git" } }, + "tesla-mate-container": { + "inputs": { + "arion": [ + "fudo-nixos", + "arion" + ], + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1704503498, + "narHash": "sha256-7BP/hbdkwq8N4hryrG0/hz6BLhtD57XwkGetZttxluA=", + "ref": "refs/heads/master", + "rev": "9252d6940b5ef6760e0c8be060562a68dde7f9ba", + "revCount": 20, + "type": "git", + "url": "https://git.fudo.org/fudo-public/tesla-mate-container.git" + }, + "original": { + "type": "git", + "url": "https://git.fudo.org/fudo-public/tesla-mate-container.git" + } + }, + "textfiles": { + "flake": false, + "locked": { + "lastModified": 1687232633, + "narHash": "sha256-PCY0v+j112CGqH2HOpPnwPSdRTFcAvtaVZUg5tXQFhs=", + "ref": "refs/heads/master", + "rev": "00904ac442f43402cbff914ed7499ea5472675c1", + "revCount": 1, + "type": "git", + "url": "https://git.informis.land/informis/textfiles.git" + }, + "original": { + "type": "git", + "url": "https://git.informis.land/informis/textfiles.git" + } + }, "ts-fold": { "flake": false, "locked": { - "lastModified": 1681029086, - "narHash": "sha256-z3eVkAPFI6JYZZ+2XM496zBxwnujTp4Y4KNNfqgUC/E=", + "lastModified": 1695278494, + "narHash": "sha256-O4NcUC1u08W8ZslqoA/i+iTaLotKwheURXQWBxLLMFc=", "owner": "jcs-elpa", "repo": "ts-fold", - "rev": "5fd2a5afe2112ac23b58ee1b12730fcf16068df3", + "rev": "70b2c79ff4daa7351d4e2917b0343b9a18d4d4f2", "type": "github" }, "original": { @@ -4920,11 +5894,11 @@ }, "unstableNixpkgs": { "locked": { - "lastModified": 1684385584, - "narHash": "sha256-O7y0gK8OLIDqz+LaHJJyeu09IGiXlZIS3+JgEzGmmJA=", + "lastModified": 1693985761, + "narHash": "sha256-K5b+7j7Tt3+AqbWkcw+wMeqOAWyCD1MH26FPZyWXpdo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "48a0fb7aab511df92a17cf239c37f2bd2ec9ae3a", + "rev": "0bffda19b8af722f8069d09d8b6a24594c80b352", "type": "github" }, "original": { @@ -4935,11 +5909,11 @@ }, "unstableNixpkgs_2": { "locked": { - "lastModified": 1684754342, - "narHash": "sha256-plGnjnbnPLoZCTdQX21oT7xliQhFtgcWlkuDHgtEb1o=", + "lastModified": 1706191920, + "narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7084250df3d7f9735087d3234407f3c1fc2400e3", + "rev": "ae5c332cbb5827f6b1f02572496b141021de335f", "type": "github" }, "original": { @@ -4950,11 +5924,11 @@ }, "unstableNixpkgs_3": { "locked": { - "lastModified": 1683408522, - "narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=", + "lastModified": 1706191920, + "narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7", + "rev": "ae5c332cbb5827f6b1f02572496b141021de335f", "type": "github" }, "original": { @@ -4965,11 +5939,11 @@ }, "unstableNixpkgs_4": { "locked": { - "lastModified": 1683408522, - "narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=", + "lastModified": 1706191920, + "narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7", + "rev": "ae5c332cbb5827f6b1f02572496b141021de335f", "type": "github" }, "original": { @@ -4994,12 +5968,15 @@ } }, "utils_10": { + "inputs": { + "systems": "systems_5" + }, "locked": { - "lastModified": 1637014545, - "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -5025,11 +6002,11 @@ }, "utils_12": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5039,36 +6016,6 @@ } }, "utils_13": { - "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_14": { - "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_15": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5083,7 +6030,7 @@ "type": "github" } }, - "utils_16": { + "utils_14": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -5098,6 +6045,39 @@ "type": "github" } }, + "utils_15": { + "inputs": { + "systems": "systems_6" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_16": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "utils_17": { "locked": { "lastModified": 1676283394, @@ -5115,11 +6095,11 @@ }, "utils_18": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5130,11 +6110,11 @@ }, "utils_19": { "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5174,12 +6154,15 @@ } }, "utils_21": { + "inputs": { + "systems": "systems_7" + }, "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -5190,14 +6173,14 @@ }, "utils_22": { "inputs": { - "systems": "systems_2" + "systems": "systems_8" }, "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -5207,12 +6190,15 @@ } }, "utils_23": { + "inputs": { + "systems": "systems_9" + }, "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -5222,36 +6208,6 @@ } }, "utils_24": { - "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_25": { - "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_26": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5266,7 +6222,7 @@ "type": "github" } }, - "utils_27": { + "utils_25": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -5281,6 +6237,39 @@ "type": "github" } }, + "utils_26": { + "inputs": { + "systems": "systems_10" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_27": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "utils_28": { "locked": { "lastModified": 1676283394, @@ -5298,11 +6287,11 @@ }, "utils_29": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5328,11 +6317,11 @@ }, "utils_30": { "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5357,12 +6346,15 @@ } }, "utils_32": { + "inputs": { + "systems": "systems_11" + }, "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -5372,6 +6364,24 @@ } }, "utils_33": { + "inputs": { + "systems": "systems_12" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_34": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5386,7 +6396,7 @@ "type": "github" } }, - "utils_34": { + "utils_35": { "locked": { "lastModified": 1653893745, "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", @@ -5401,7 +6411,7 @@ "type": "github" } }, - "utils_35": { + "utils_36": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5416,7 +6426,7 @@ "type": "github" } }, - "utils_36": { + "utils_37": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -5431,9 +6441,9 @@ "type": "github" } }, - "utils_37": { + "utils_38": { "inputs": { - "systems": "systems_3" + "systems": "systems_13" }, "locked": { "lastModified": 1681202837, @@ -5449,7 +6459,7 @@ "type": "github" } }, - "utils_38": { + "utils_39": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5464,21 +6474,6 @@ "type": "github" } }, - "utils_39": { - "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "utils_4": { "locked": { "lastModified": 1638122382, @@ -5495,6 +6490,21 @@ } }, "utils_40": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_41": { "locked": { "lastModified": 1678901627, "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", @@ -5509,7 +6519,7 @@ "type": "github" } }, - "utils_41": { + "utils_42": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5524,22 +6534,22 @@ "type": "github" } }, - "utils_42": { - "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "utils_43": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_44": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5554,7 +6564,7 @@ "type": "github" } }, - "utils_44": { + "utils_45": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -5569,27 +6579,9 @@ "type": "github" } }, - "utils_45": { - "inputs": { - "systems": "systems_4" - }, - "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "utils_46": { "inputs": { - "systems": "systems_5" + "systems": "systems_14" }, "locked": { "lastModified": 1681202837, @@ -5606,12 +6598,15 @@ } }, "utils_47": { + "inputs": { + "systems": "systems_15" + }, "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", "type": "github" }, "original": { @@ -5621,21 +6616,6 @@ } }, "utils_48": { - "locked": { - "lastModified": 1637014545, - "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_49": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -5650,13 +6630,31 @@ "type": "github" } }, - "utils_5": { + "utils_49": { + "inputs": { + "systems": "systems_17" + }, "locked": { - "lastModified": 1637014545, - "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_5": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5697,11 +6695,11 @@ }, "utils_52": { "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5712,11 +6710,11 @@ }, "utils_53": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5726,12 +6724,15 @@ } }, "utils_54": { + "inputs": { + "systems": "systems_18" + }, "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -5742,11 +6743,11 @@ }, "utils_55": { "locked": { - "lastModified": 1676283394, - "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5757,11 +6758,11 @@ }, "utils_56": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5786,6 +6787,21 @@ } }, "utils_58": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_59": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -5800,28 +6816,13 @@ "type": "github" } }, - "utils_59": { - "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "utils_6": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5832,14 +6833,50 @@ }, "utils_60": { "inputs": { - "systems": "systems_6" + "systems": "systems_19" }, "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_61": { + "inputs": { + "systems": "systems_20" + }, + "locked": { + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_62": { + "inputs": { + "systems": "systems_21" + }, + "locked": { + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -5849,12 +6886,15 @@ } }, "utils_7": { + "inputs": { + "systems": "systems_3" + }, "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -5865,11 +6905,11 @@ }, "utils_8": { "locked": { - "lastModified": 1637014545, - "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -5880,11 +6920,11 @@ }, "utils_9": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", "type": "github" }, "original": { @@ -5896,15 +6936,18 @@ "wallfly": { "inputs": { "clj-nix": "clj-nix_15", - "nixpkgs": "nixpkgs_36", - "utils": "utils_47" + "nixpkgs": [ + "fudo-nixos", + "nixpkgs" + ], + "utils": "utils_48" }, "locked": { - "lastModified": 1684619964, - "narHash": "sha256-kHgUbBWdvYLgrGF7H4phuR7g6GiWianKgJRsECl60+w=", + "lastModified": 1695759202, + "narHash": "sha256-TQNLGRh4MdwLWixMTkETFa8hejd5HysWmKOw9ucYEiw=", "ref": "refs/heads/master", - "rev": "0a7967727ee86c3590c01d08cd7559bfbfd1c036", - "revCount": 21, + "rev": "a52626e237528a14a926b57ce71810be1efe8f42", + "revCount": 25, "type": "git", "url": "https://git.fudo.org/fudo-public/wallfly.git" }, diff --git a/deployments/seattle/flake.nix b/deployments/seattle/flake.nix index 5743d65..a745053 100644 --- a/deployments/seattle/flake.nix +++ b/deployments/seattle/flake.nix @@ -2,7 +2,7 @@ description = "Seattle Fudo NixOps network."; inputs = { - nixpkgs.url = "nixpkgs/nixos-22.11"; + nixpkgs.url = "nixpkgs/nixos-23.11"; fudo-secrets.url = "path:/secrets"; @@ -13,7 +13,7 @@ }; fudo-entities = { - url = "git+ssh://fudo_git@git.fudo.org:2222/fudo-nix/entities.git"; + url = "git+https://fudo.dev/nix/entities.git"; inputs.nixpkgs.follows = "nixpkgs"; };