From d6b384362ff83c88c740264cc188089161024d91 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 26 Feb 2022 03:03:14 +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 'dream2nix': 'github:nix-community/dream2nix/b1872eb866fceacb3f7477dd4e0ee706c4d85b06' (2022-02-25) → 'github:nix-community/dream2nix/dcdf2f27dfb94c9ab1e6fa7108f2da633f2466e2' (2022-01-16) • Added input 'dream2nix/nix-parsec': 'github:nprindle/nix-parsec/1bf25dd9c5de1257a1c67de3c81c96d05e8beb5e' (2021-10-29) --- flake.lock | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 8a32a32..7a774b1 100644 --- a/flake.lock +++ b/flake.lock @@ -44,6 +44,7 @@ "inputs": { "gomod2nix": "gomod2nix", "mach-nix": "mach-nix", + "nix-parsec": "nix-parsec", "nixpkgs": [ "nixpkgs" ], @@ -51,11 +52,11 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1645811692, - "narHash": "sha256-8uSdFV6w1Xq5nJPsB/F8DWl4zG9/9OdEthfYO4FmwQ0=", + "lastModified": 1642346808, + "narHash": "sha256-1vH8C6FTGYly2Ftfey/oinOGpVOcBcNZFJUEhIn6BdY=", "owner": "nix-community", "repo": "dream2nix", - "rev": "b1872eb866fceacb3f7477dd4e0ee706c4d85b06", + "rev": "dcdf2f27dfb94c9ab1e6fa7108f2da633f2466e2", "type": "github" }, "original": { @@ -185,6 +186,22 @@ "type": "github" } }, + "nix-parsec": { + "flake": false, + "locked": { + "lastModified": 1635533376, + "narHash": "sha256-/HrG0UPGnI5VdkhrNrpDiM2+nhdL6lD/bqyGtYv0QDE=", + "owner": "nprindle", + "repo": "nix-parsec", + "rev": "1bf25dd9c5de1257a1c67de3c81c96d05e8beb5e", + "type": "github" + }, + "original": { + "owner": "nprindle", + "repo": "nix-parsec", + "type": "github" + } + }, "nix-super": { "inputs": { "lowdown-src": "lowdown-src",