snowfallorg / flake

Simplify Nix Flakes on the command line.
Other
94 stars 5 forks source link

fix: remove privileged from darwin #6

Closed khaneliman closed 11 months ago

khaneliman commented 1 year ago

Closes: https://github.com/snowfallorg/flake/issues/5

Per response generated from homebrew nix-darwin homebrew module will fail to run while executed as sudo. nix-darwin will request elevated privileges when it detects its not run with sudo on it's own.

jakehamilton commented 11 months ago

Thanks for making this PR! Sorry it took me a while to get around to testing it, but I believe this should be good to go 🎉