From 8dc19a780b75c76d52161b6e66a7a1ab167207ca Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 9 Jun 2022 15:47:45 +0200 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 'simple-nixos-mailserver/nixpkgs': follows 'nixpkgs' → 'github:NixOS/nixpkgs/16105403bdd843540cbef9c63fc0f16c1c6eaa70' (2021-07-21) --- flake.lock | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 5259f89..9eeed71 100644 --- a/flake.lock +++ b/flake.lock @@ -366,6 +366,21 @@ "type": "github" } }, + "nixpkgs_3": { + "locked": { + "lastModified": 1626852498, + "narHash": "sha256-lOXUJvi0FJUXHTVSiC5qsMRtEUgqM4mGZpMESLuGhmo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "16105403bdd843540cbef9c63fc0f16c1c6eaa70", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, "root": { "inputs": { "comma": "comma", @@ -383,9 +398,7 @@ "simple-nixos-mailserver": { "inputs": { "blobs": "blobs", - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs_3", "nixpkgs-21_05": "nixpkgs-21_05", "nixpkgs-21_11": "nixpkgs-21_11", "utils": "utils"