From 50eb3fa8d907f2e16c19f187cc9a93167b91e7b0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 13 Dec 2024 00:33:16 -0800 Subject: nara: touch id support for sudo --- flake.lock | 17 +++++++++++++++++ flake.nix | 6 ++++++ hosts/nara/configuration.nix | 2 ++ 3 files changed, 25 insertions(+) diff --git a/flake.lock b/flake.lock index 252a9d0..31cd526 100644 --- a/flake.lock +++ b/flake.lock @@ -84,6 +84,22 @@ "type": "github" } }, + "artginzburg-homebrew-tap": { + "flake": false, + "locked": { + "lastModified": 1675679148, + "narHash": "sha256-BRWWKPJZEFgF4zLcA2nwwVACY/2UuIsQjLCId5ogNoA=", + "owner": "artginzburg", + "repo": "homebrew-tap", + "rev": "f6f77166841101b215ac061b3aab9485c3ee4ab7", + "type": "github" + }, + "original": { + "owner": "artginzburg", + "repo": "homebrew-tap", + "type": "github" + } + }, "brew-src": { "flake": false, "locked": { @@ -1905,6 +1921,7 @@ "inputs": { "aagl": "aagl", "apple-fonts": "apple-fonts", + "artginzburg-homebrew-tap": "artginzburg-homebrew-tap", "cachix": "cachix", "chaotic": "chaotic", "cider": "cider", diff --git a/flake.nix b/flake.nix index 25a74a1..595c2a5 100644 --- a/flake.nix +++ b/flake.nix @@ -78,6 +78,12 @@ }; }; + + artginzburg-homebrew-tap = { + url = "github:artginzburg/homebrew-tap"; + flake = false; + }; + cachix = { url = "github:cachix/cachix"; diff --git a/hosts/nara/configuration.nix b/hosts/nara/configuration.nix index 24b8df4..8536726 100644 --- a/hosts/nara/configuration.nix +++ b/hosts/nara/configuration.nix @@ -16,6 +16,7 @@ "swiftlint" "gpg" "pinentry-mac" + "sudo-touchid" ]; casks = [ @@ -32,6 +33,7 @@ mutableTaps = false; taps = with inputs; { + "artginzburg/homebrew-tap" = artginzburg-homebrew-tap; "homebrew/homebrew-core" = homebrew-core; "homebrew/homebrew-cask" = homebrew-cask; "homebrew/homebrew-bundle" = homebrew-bundle; -- cgit v1.2.3