feat: use jj pr for lfs support

This commit is contained in:
Moritz Böhme 2025-07-31 16:19:36 +02:00
parent cf2bc5243c
commit 713c40d617
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 53 additions and 0 deletions

View file

@ -161,6 +161,7 @@
rofi-nix.url = "git+https://git.sr.ht/~fgaz/rofi-nix";
rofi.url = "github:davatorium/rofi/next";
rofi.flake = false;
jj.url = "github:gusinacio/jj/lfs"; # HACK: to get lfs support early
# Neovim
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
@ -193,6 +194,8 @@
git-hooks.inputs.nixpkgs.follows = "nixpkgs";
helix.inputs.nixpkgs.follows = "nixpkgs";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
jj.inputs.flake-utils.follows = "flake-utils";
jj.inputs.nixpkgs.follows = "nixpkgs";
jovian.inputs.nixpkgs.follows = "nixpkgs";
neovim-nightly-overlay.inputs.flake-compat.follows = "flake-compat";
neovim-nightly-overlay.inputs.flake-parts.follows = "flake-parts";