From f3b233330b8a3b38551399bdabe33873c89bea9f Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 29 Jan 2024 09:33:03 +0800 Subject: [PATCH] feat: update mysecrets --- flake.lock | 6 +++--- modules/darwin/apps.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 85db7ce8..1353306d 100644 --- a/flake.lock +++ b/flake.lock @@ -515,10 +515,10 @@ "mysecrets": { "flake": false, "locked": { - "lastModified": 1706343244, - "narHash": "sha256-olsr5nbejNWQtErhLQyLBo1QPuwu1px1SQrQPp1UAUo=", + "lastModified": 1706492664, + "narHash": "sha256-DOvZBcEq4ygGmG13d3Gad8MTFpOYp/bSubSrzNdasw0=", "ref": "refs/heads/main", - "rev": "bbf5d71fa9c3c03022c77c170dbc8c95f407f916", + "rev": "90da6d72515cfbbd810f7b96e920703cb4a18e99", "shallow": true, "type": "git", "url": "ssh://git@github.com/ryan4yin/nix-secrets.git" diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index b217c8f2..39a17ff0 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -86,7 +86,7 @@ in { # homebrew need to be installed manually, see https://brew.sh # https://github.com/LnL7/nix-darwin/blob/master/modules/homebrew.nix homebrew = { - enable = true; # disable homebrew for fast deploy + enable = false; # disable homebrew for fast deploy onActivation = { autoUpdate = true;