mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
Fix treesitter
This commit is contained in:
@@ -36,7 +36,7 @@ in {
|
||||
};
|
||||
|
||||
# Enable nix flakes
|
||||
nix.package = pkgs.nixFlakes;
|
||||
nix.package = pkgs.nixVersions.stable;
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
Reference in New Issue
Block a user