From 06d52c8ba30b1bd6e1174ebffbd6cc5ba668ecc2 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Fri, 16 Feb 2024 00:43:04 +0100 Subject: basic lexer and parser --- flake.lock | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 1475898..7816aa0 100644 --- a/flake.lock +++ b/flake.lock @@ -67,15 +67,15 @@ }, "nixpkgs": { "locked": { - "lastModified": 1682362401, - "narHash": "sha256-/UMUHtF2CyYNl4b60Z2y4wwTTdIWGKhj9H301EDcT9M=", - "owner": "nixos", + "lastModified": 1707689078, + "narHash": "sha256-UUGmRa84ZJHpGZ1WZEBEUOzaPOWG8LZ0yPg1pdDF/yM=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "884ac294018409e0d1adc0cae185439a44bd6b0b", + "rev": "f9d39fb9aff0efee4a3d5f4a6d7c17701d38a1d8", "type": "github" }, "original": { - "owner": "nixos", + "owner": "NixOS", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" @@ -86,7 +86,9 @@ "flake-compat": "flake-compat", "flake-utils": "flake-utils_2", "mirage-opam-overlays": "mirage-opam-overlays", - "nixpkgs": "nixpkgs", + "nixpkgs": [ + "nixpkgs" + ], "opam-overlays": "opam-overlays", "opam-repository": [ "opam-repository" @@ -163,10 +165,7 @@ "root": { "inputs": { "flake-utils": "flake-utils", - "nixpkgs": [ - "opam-nix", - "nixpkgs" - ], + "nixpkgs": "nixpkgs", "opam-nix": "opam-nix", "opam-repository": "opam-repository" } -- cgit 1.4.1