From d7936bda8e4accef57768ed027d4734819a61d52 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 20 Dec 2021 08:45:02 +0100 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file changes: • Updated input 'simple-nixos-mailserver/nixpkgs': follows 'nixpkgs' → follows 'nixpkgs-unstable' • Updated input 'simple-nixos-mailserver/nixpkgs-21_11': 'github:NixOS/nixpkgs/a640d8394f34714578f3e6335fc767d0755d78f9' (2021-12-01) → follows 'nixpkgs' --- flake.lock | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index 219d3c3..f94c915 100644 --- a/flake.lock +++ b/flake.lock @@ -103,21 +103,6 @@ "type": "indirect" } }, - "nixpkgs-21_11": { - "locked": { - "lastModified": 1638371214, - "narHash": "sha256-0kE6KhgH7n0vyuX4aUoGsGIQOqjIx2fJavpCWtn73rc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a640d8394f34714578f3e6335fc767d0755d78f9", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-21.11", - "type": "indirect" - } - }, "nixpkgs-unstable": { "locked": { "lastModified": 1639876010, @@ -147,10 +132,12 @@ "inputs": { "blobs": "blobs", "nixpkgs": [ - "nixpkgs" + "nixpkgs-unstable" ], "nixpkgs-21_05": "nixpkgs-21_05", - "nixpkgs-21_11": "nixpkgs-21_11", + "nixpkgs-21_11": [ + "nixpkgs" + ], "utils": "utils" }, "locked": {