about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-09 20:20:34 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-09 20:20:34 +0200
commit2d79de0cc3f444191f8b15398f0c6d63791ff290 (patch)
treebee58011adf272a1169d76613d5c2b7778eabfb2 /flake.nix
parentupdate.sh: Also run `nix flake check` and `./build.sh` (diff)
downloadnixos-config-2d79de0cc3f444191f8b15398f0c6d63791ff290.zip
modules/nvim/plgs/lf-nvim: Switch to the upstream lf.nvim package
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 8d8ce03a..0fa1c1e0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,8 +10,6 @@
     nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
 
     # open nixpkgs prs
-    # FIXME: Close these PRs <2024-09-07>
-    nixpkgs-lf.url = "github:bpeetz/nixpkgs/init-lf.nvim";
 
     library = {
       url = "git+https://git.foss-syndicate.org/vhack.eu/nix-library?ref=prime";
@@ -257,7 +255,6 @@
     self,
     nixpkgs,
     nixpkgs-stable,
-    nixpkgs-lf,
     library,
     # modules
     home-manager,
@@ -294,9 +291,6 @@
 
     nixpkgs_as_input = nixpkgs;
     nixpkgs_open_prs = {
-      inherit
-        nixpkgs-lf
-        ;
     };
 
     outputs = import ./flake {