diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-01-20 23:16:09 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-01-20 23:16:09 +0100 |
| commit | 12853cc7ac88fa7002ee1d21762582dec9adb727 (patch) | |
| tree | bf76d1ee5782bee0c18d6bea5516e7132098c0d5 /flake.nix | |
| parent | 0dd2d1f0653f1f7d0f7cb308c82ba4ca1971555d (diff) | |
fix nixvim
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixvim = { - url = "github:/nix-community/nixvim"; + url = "github:/nix-community/nixvim/nixos-24.11"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; webtray = { |