feat: use jj pr for lfs support
This commit is contained in:
parent
cf2bc5243c
commit
713c40d617
3 changed files with 53 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue