From 3b3ac72e27287d4e2dc1a237e38f24fa74513559 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Fri, 30 May 2025 08:59:04 +0100 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixos-mailserver': 'gitlab:simple-nixos-mailserver/nixos-mailserver/506c6151d6f1dc11c4de3876863b9793fe8f3c8f?narHash=sha256-UcPtnBgdIzsTwmw9MBOtxZsT8MHrVCwO11%2B04pHRuJU%3D' (2025-05-29) → 'gitlab:simple-nixos-mailserver/nixos-mailserver/53007af63fade28853408370c4c600a63dd97f41?narHash=sha256-BW3ktviEhfCN/z3%2BkEyzpDKAI8qFTwO7%2BS0NVA0C90o%3D' (2025-05-23) --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index a5c0583..8a2cec4 100644 --- a/flake.lock +++ b/flake.lock @@ -621,15 +621,16 @@ "nixpkgs-25_05": "nixpkgs-25_05" }, "locked": { - "lastModified": 1748501919, - "narHash": "sha256-UcPtnBgdIzsTwmw9MBOtxZsT8MHrVCwO11+04pHRuJU=", + "lastModified": 1747965231, + "narHash": "sha256-BW3ktviEhfCN/z3+kEyzpDKAI8qFTwO7+S0NVA0C90o=", "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", - "rev": "506c6151d6f1dc11c4de3876863b9793fe8f3c8f", + "rev": "53007af63fade28853408370c4c600a63dd97f41", "type": "gitlab" }, "original": { "owner": "simple-nixos-mailserver", + "ref": "nixos-25.05", "repo": "nixos-mailserver", "type": "gitlab" } diff --git a/flake.nix b/flake.nix index d9b3d4c..49e4fea 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ }; nixos-hardware.url = "github:NixOS/nixos-hardware"; nixos-mailserver = { - url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; + url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; nixvim = {