diff options
| author | seth <[email protected]> | 2023-02-26 12:32:09 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-26 12:32:09 -0500 |
| commit | 38495f3345276bb52fabfc247a7ec2dfc0df03be (patch) | |
| tree | 551af3ba7b49d32f28597cf4fb2607fed6bb6398 /flake.nix | |
| parent | 132974259ccd0fe21305b0b07d9873668f10a417 (diff) | |
use stable version of nvim-treesitter
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -33,6 +33,7 @@ channel = nixpkgsUnstable; modules = []; extraSpecialArgs = { + nixpkgsStable = nixpkgs; standalone = true; }; }; @@ -58,8 +59,8 @@ } ]; specialArgs = { - nixpkgsStable = nixpkgs; desktop = "gnome"; + nixpkgsStable = nixpkgs; standalone = false; wsl = false; }; @@ -86,6 +87,7 @@ ]; specialArgs = { desktop = ""; + nixpkgsStable = nixpkgs; standalone = false; wsl = true; }; |
