From 8b13ef95c8b6abfc082cf5924fe83c3d93a3200a Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Tue, 4 Oct 2022 16:17:30 +0200 Subject: [PATCH] update --- darwin-common.nix | 2 +- hosts/daedalus/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/darwin-common.nix b/darwin-common.nix index eca5d282..75c3c36b 100644 --- a/darwin-common.nix +++ b/darwin-common.nix @@ -3,7 +3,7 @@ programs.zsh.enable = true; environment.pathsToLink = [ "/share/zsh" ]; services.nix-daemon.enable = true; - nix.package = pkgs.nixFlakes; + nix.package = pkgs.nixVersions.stable; nix.settings.cores = 0; # use all cores nix.settings.max-jobs = 10; # use all cores nix.distributedBuilds = true; diff --git a/hosts/daedalus/default.nix b/hosts/daedalus/default.nix index 6ff59487..a683d573 100644 --- a/hosts/daedalus/default.nix +++ b/hosts/daedalus/default.nix @@ -16,7 +16,6 @@ in homebrew = { enable = true; - autoUpdate = true; brews = [ "pam-reattach" ];