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",