Skip to content

Commit 2ed8826

Browse files
committed
flake.lock: Update
Flake lock file updates: • Updated input 'dwm-gep': 'git+https://git.tchfoo.com/gepbird/dwm?ref=refs/heads/rice&rev=5a6862a0247710fb9fa831190571bcf871c5d227' (2025-12-24) → 'git+https://git.tchfoo.com/gepbird/dwm?ref=refs/heads/rice&rev=2262a557f86319a559d3b9a799dbb02d5ff4a2c2' (2026-01-04) • Updated input 'home-manager': 'github:nix-community/home-manager/7a7b43c7231a439d248179ba8d561dd6cd81799b' (2025-12-29) → 'github:nix-community/home-manager/1cfa305fba94468f665de1bd1b62dddf2e0cb012' (2026-01-03) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c0b0e0fddf73fd517c3471e546c0df87a42d53f4' (2025-12-28) → 'github:NixOS/nixpkgs/fb7944c166a3b630f177938e478f0378e64ce108' (2026-01-02) • Added input 'nixpkgs-patch-grayjay-fix-build': 'NixOS/nixpkgs#475903' • Added input 'nixpkgs-patch-nvim-treesitter-legacy': 'NixOS/nixpkgs#472119' • Updated input 'nur': 'github:nix-community/NUR/1f8c02a96c58c0dd90f2de45440b9ef01571abc3' (2025-12-29) → 'github:nix-community/NUR/ed59c24d452493c9c0d3d297c1b6c0412d353b4c' (2026-01-03) • Updated input 'nvim-gep': 'git+https://git.tchfoo.com/gepbird/nvim?ref=refs/heads/main&rev=5a0910846c385ba01566f8fddd64d2918188f33b' (2025-12-24) → 'git+https://git.tchfoo.com/gepbird/nvim?ref=refs/heads/main&rev=c00a8b55a2608a200bbdbd4e7449f428fcf71966' (2026-01-03) • Updated input 'nvim-gep/neovim-nightly': 'github:nix-community/neovim-nightly-overlay/14a21b492d6acd79495b14c9d127a94b77c0b72c' (2025-12-24) → 'github:nix-community/neovim-nightly-overlay/519c66e44d81e2a752759d60320dbd6f06c14437' (2026-01-03) • Updated input 'nvim-gep/neovim-nightly/neovim-src': 'github:neovim/neovim/1aa26f5d55550dd12c2cfd0f74618f0dcd6467ec' (2025-12-23) → 'github:neovim/neovim/067b5743f543798f4e58003816fc930f4106c2b0' (2026-01-02) • Added input 'nvim-gep/nixpkgs-patch-nvim-treesitter-legacy': follows 'nixpkgs-patch-nvim-treesitter-legacy' • Added input 'nvim-gep/nixpkgs-patcher': follows '' • Updated input 'nvim-gep/nixvim': 'github:nix-community/nixvim/1787eeda5a2ce35bcd57dbb482718b0d897786ae' (2025-12-22) → 'github:nix-community/nixvim/d61584cc4cac9af1ba74ad235992df575391276d' (2026-01-02) • Updated input 'nvim-gep/nvim-treesitter-textobjects': 'github:nvim-treesitter/nvim-treesitter-textobjects/f7122acf1bd2c9e4626651ad33bf5944be9d9392' (2025-12-24) → 'github:nvim-treesitter/nvim-treesitter-textobjects/28a3494c075ef0f353314f627546537e43c09592' (2026-01-03) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/42d96e75aa56a3f70cab7e7dc4a32868db28e8fd' (2025-12-17) → 'github:numtide/treefmt-nix/d56486eb9493ad9c4777c65932618e9c2d0468fc' (2026-01-03)
1 parent 7df6e27 commit 2ed8826

File tree

2 files changed

+72
-32
lines changed

2 files changed

+72
-32
lines changed

flake.lock

Lines changed: 62 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
url = "github:gepbird/nixpkgs-patcher";
1111
#url = "/home/gep/nixpkgs-patcher";
1212
};
13+
nixpkgs-patch-grayjay-fix-build = {
14+
url = "https://github.com/NixOS/nixpkgs/pull/475903.diff";
15+
flake = false;
16+
};
17+
nixpkgs-patch-nvim-treesitter-legacy = {
18+
url = "https://github.com/NixOS/nixpkgs/pull/472119.diff";
19+
flake = false;
20+
};
1321
home-manager = {
1422
url = "github:nix-community/home-manager";
1523
inputs.nixpkgs.follows = "";
@@ -25,6 +33,8 @@
2533
nvim-gep = {
2634
url = "git+https://git.tchfoo.com/gepbird/nvim";
2735
inputs.nixpkgs.follows = "nixpkgs";
36+
inputs.nixpkgs-patcher.follows = "";
37+
inputs.nixpkgs-patch-nvim-treesitter-legacy.follows = "nixpkgs-patch-nvim-treesitter-legacy";
2838
inputs.flake-parts.follows = "flake-parts";
2939
inputs.systems.follows = "systems";
3040
};

0 commit comments

Comments
 (0)