diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index f4a31806..c9586fb8 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,7 @@ # 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"; @@ -262,6 +263,7 @@ self, nixpkgs, nixpkgs-stable, + nixpkgs-lf, library, # modules home-manager, @@ -300,6 +302,7 @@ nixpkgs_as_input = nixpkgs; nixpkgs_open_prs = { inherit + nixpkgs-lf ; }; |