revert neovim version

This commit is contained in:
Philipp Hochkamp 2023-04-11 21:18:32 +02:00
parent c18d20d33d
commit 5b240e6fff
2 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@
nix.settings.max-jobs = 10; # use all cores
nix.settings.auto-optimise-store = true;
nix.distributedBuilds = true;
nix.nixPath = [{ nixpkgs = "${inputs.nixpkgs}"; }];
nix.nixPath = [{ nixpkgs = "${inputs.nixpkgs-darwin}"; nixpkgs-master = "${inputs.nixpkgs-master}"; nixpkgs-nixos = "${inputs.nixpkgs}"; }];
nix.buildMachines = [{
systems = [ "x86_64-linux" ];
supportedFeatures = [ "kvm" "big-parallel" ];