Fix treesitter

This commit is contained in:
Dave Gallant
2022-09-30 14:08:10 +00:00
parent 099d4094db
commit 8c3cb93752
6 changed files with 20 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ in {
};
# Enable nix flakes
nix.package = pkgs.nixFlakes;
nix.package = pkgs.nixVersions.stable;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';

View File

@@ -7,7 +7,7 @@
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
nix.package = pkgs.nixFlakes;
nix.package = pkgs.nixVersions.stable;
programs.zsh = {
enable = true;