Deploy nidus-sync v0.0.6

This also removes tegola reading only from the nidus-dev-sync.
Also bump to 25.11 so the system is consistent
This commit is contained in:
Eli Ribble 2026-01-07 03:24:26 +00:00 committed by Eli Ribble
parent 1055f382fc
commit 9497063340
No known key found for this signature in database
6 changed files with 36 additions and 73 deletions

View file

@ -16,19 +16,19 @@
rev = "e250e0abbb35f6d64851305d3b59c4ed1d968bc8";
};
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nidus-sync = {
type = "github";
owner = "Gleipnir-Technology";
repo = "nidus-sync";
rev = "b31ca6c83ed96dbb1d15c94bcf57cfdb07a11b5a";
rev = "50a0844ebb71dbd3ddeb454a3256e570f3dc5229";
};
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixvim = {
url = "github:nix-community/nixvim/nixos-25.05";
url = "github:nix-community/nixvim/nixos-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix.url = "github:Mic92/sops-nix";