diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 53 |
1 files changed, 52 insertions, 1 deletions
@@ -1,5 +1,25 @@ { "nodes": { + "flake-parts": { + "inputs": { + "nixpkgs-lib": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1719994518, + "narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1720750130, @@ -16,9 +36,40 @@ "type": "github" } }, + "nixvim": { + "inputs": { + "devshell": [], + "flake-compat": [], + "flake-parts": [ + "flake-parts" + ], + "git-hooks": [], + "home-manager": [], + "nix-darwin": [], + "nixpkgs": [ + "nixpkgs" + ], + "treefmt-nix": [] + }, + "locked": { + "lastModified": 1721042250, + "narHash": "sha256-CEOGzI9WFGezwJ3lok0F//1UEq5crzE2kZDLQK2EtfE=", + "owner": "nix-community", + "repo": "nixvim", + "rev": "b9ed90003273f0a75151b32948e16b44891f403c", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixvim", + "type": "github" + } + }, "root": { "inputs": { - "nixpkgs": "nixpkgs" + "flake-parts": "flake-parts", + "nixpkgs": "nixpkgs", + "nixvim": "nixvim" } } }, |
