Michael Hoang

Results 158 comments of Michael Hoang

I agree that we should emit a warning, feel free to open a PR

That warning can be ignored 😄

If you have a fingerprint reader on your Mac, you can use [`security.pam.services.sudo_local.touchIdAuth`](https://nix-darwin.github.io/nix-darwin/manual/index.html#opt-security.pam.services.sudo_local.touchIdAuth)

Yeah, you want to run `darwin-rebuild` with `sudo` now, this is align with how NixOS works and to me makes sense because nix-darwin manages your entire system

I believe `hnix-store-core_0_8_0_0` is available as of https://github.com/NixOS/nixpkgs/pull/331380

I've made a PR to fix the build for `hnix-store-core_0_8_0_0` at https://github.com/NixOS/nixpkgs/pull/344806

@sandydoo the Nixpkgs PR has been merged now and is available on `nixos-unstable` now

Closing this as it should be working as of #713 If you're running flakes, you can run: ``` nix run .#nixosConfigurations..config.system.build.vmWithDisko ``` There's also documentation available here: https://github.com/nix-community/disko/blob/master/docs/interactive-vm.md

My preference is the latter, if you could make a PR that changes `launchd.daemons` to automatically use `wait4path` that would be appreciated. In the same PR, you could probably drop...