From b7926d348a7f34b7935ab0f51752f82dfcf06a63 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 14 Feb 2025 13:38:56 -0500 Subject: [PATCH] Update nixos-unified --- configurations/darwin/infinitude.nix | 2 ++ flake.lock | 12 ++++++------ modules/darwin/default.nix | 3 --- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/configurations/darwin/infinitude.nix b/configurations/darwin/infinitude.nix index eb43144..7d6685f 100644 --- a/configurations/darwin/infinitude.nix +++ b/configurations/darwin/infinitude.nix @@ -22,6 +22,8 @@ in remapCapsLockToControl = true; }; + ids.gids.nixbld = 350; + # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog system.stateVersion = 4; diff --git a/flake.lock b/flake.lock index dbf280c..0e0fb12 100644 --- a/flake.lock +++ b/flake.lock @@ -813,11 +813,11 @@ ] }, "locked": { - "lastModified": 1739034224, - "narHash": "sha256-Mj/8jDzh1KNmUhWqEeVlW3hO9MZkxqioJGnmR7rivaE=", + "lastModified": 1739548217, + "narHash": "sha256-rlv64erpr36xdmMDPgf9rhRXBYZ0BZb5nrw2ZPSk1sQ=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "0b6f96a6b9efcfa8d3cc8023008bcbcd1b9bc1a4", + "rev": "678b22642abde2ee77ae2218ab41d802f010e5b0", "type": "github" }, "original": { @@ -967,11 +967,11 @@ }, "nixos-unified": { "locked": { - "lastModified": 1738770348, - "narHash": "sha256-PQYCNoZ0QvaX8kmMVTaPn8z+EDPsl0tZG3+o0Z1+9CM=", + "lastModified": 1739556098, + "narHash": "sha256-/L7pYe95eY9mErRaGEMQRP62BdOC2es4JdmGvn4F3Lg=", "owner": "srid", "repo": "nixos-unified", - "rev": "be4ce51cae1dda99e8fd57036215b19ef37bd7fd", + "rev": "0f4783d0b91cb96ef4d150b89453450cb9b05c4f", "type": "github" }, "original": { diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix index c8dcea1..5a27d4c 100644 --- a/modules/darwin/default.nix +++ b/modules/darwin/default.nix @@ -22,7 +22,4 @@ in ./all/zsh-completion-fix.nix ./all/vscode.nix ]; - - # Auto upgrade nix package and the daemon service. - services.nix-daemon.enable = true; }