From b2c43a4d3b34db52ca4318b023a08b36c82fd1ce Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 24 Mar 2026 06:06:04 +0000 Subject: [PATCH] Update to the latest nidus fixes for AMCA 2026 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f30e822..e43e87a 100644 --- a/flake.lock +++ b/flake.lock @@ -316,17 +316,17 @@ "proj": "proj" }, "locked": { - "lastModified": 1774105828, - "narHash": "sha256-wJ7dTeHOI2RmStgorIUJrlcTaOLhyCnjsV/XV8L/s88=", + "lastModified": 1774331454, + "narHash": "sha256-PK9UUJENvPFqZC72DjJGxYgakbauzi8LDUwfDdYroVE=", "owner": "Gleipnir-Technology", "repo": "nidus-sync", - "rev": "5d8314d13be6931d17228dc2670c41e4b8d2f541", + "rev": "2a4b3e551e2a414b51fa544cf50bb6a4985a953f", "type": "github" }, "original": { "owner": "Gleipnir-Technology", "repo": "nidus-sync", - "rev": "5d8314d13be6931d17228dc2670c41e4b8d2f541", + "rev": "2a4b3e551e2a414b51fa544cf50bb6a4985a953f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index afcb302..0ce633b 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ type = "github"; owner = "Gleipnir-Technology"; repo = "nidus-sync"; - rev = "5d8314d13be6931d17228dc2670c41e4b8d2f541"; + rev = "2a4b3e551e2a414b51fa544cf50bb6a4985a953f"; }; nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";