new tracking branch for SNM, nix flake update

Simple Nixos Mailserver finally has a 24.11 branch so I updated the
flake to use it and then ran `nix flake update`
This commit is contained in:
Gene Liverman 2025-02-10 11:00:53 -05:00
parent 9a20cd567f
commit f3fa1acf77
Signed by: genebean
SSH key fingerprint: SHA256:ZjLMZwtU49BWDoI2hgsA0/Q6XT4+S0kcKFWW1EJBicI
2 changed files with 35 additions and 69 deletions

View file

@ -66,8 +66,8 @@
};
simple-nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05";
inputs.nixpkgs-24_05.follows = "nixpkgs";
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.11";
inputs.nixpkgs-24_11.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};