diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-09 20:20:34 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-09 20:20:34 +0200 |
commit | 2d79de0cc3f444191f8b15398f0c6d63791ff290 (patch) | |
tree | bee58011adf272a1169d76613d5c2b7778eabfb2 /flake.lock | |
parent | update.sh: Also run `nix flake check` and `./build.sh` (diff) | |
download | nixos-config-2d79de0cc3f444191f8b15398f0c6d63791ff290.zip |
modules/nvim/plgs/lf-nvim: Switch to the upstream lf.nvim package
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/flake.lock b/flake.lock index 19584aa4..6b1f16fb 100644 --- a/flake.lock +++ b/flake.lock @@ -524,22 +524,6 @@ "type": "github" } }, - "nixpkgs-lf": { - "locked": { - "lastModified": 1743256538, - "narHash": "sha256-fG19N9PvPtsV3UUwT7lauNJ7tE4ZB/EPKwwENrqqKCQ=", - "owner": "bpeetz", - "repo": "nixpkgs", - "rev": "e315c0e09beaf4daf4041d402067cbdbc84870d9", - "type": "github" - }, - "original": { - "owner": "bpeetz", - "ref": "init-lf.nvim", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs-lib": { "locked": { "lastModified": 1743901752, @@ -737,7 +721,6 @@ "nixVim": "nixVim", "nixos-generators": "nixos-generators", "nixpkgs": "nixpkgs", - "nixpkgs-lf": "nixpkgs-lf", "nixpkgs-lib": "nixpkgs-lib", "nixpkgs-stable": "nixpkgs-stable", "nuschtosSearch": "nuschtosSearch", |