Michael Hoang

Results 91 comments of Michael Hoang

When I ran `nix store verify` on the path, I got exit code 2 ("path is untrusted" from `man nix3-store-verify`). I ended up deleting it from the host store, setting...

This looks to me like a separate to the one in #122

If you want to explore it, you can do `nix repl .#darwinConfigurations.simple.config` I don't think a nix-darwin/NixOS configuration object is fully serializable, see: https://discourse.nixos.org/t/print-flake-system-configuration-as-json/14199/4

If you add `programs.zsh.enable = true;` does that fix it?

Can you rebase the PR?

Can you rebase your PR on top of the latest master and squash your commits? Ideally your branch shouldn't contain the `fmt` commits and should only contain your commits

https://github.com/LnL7/nix-darwin?tab=readme-ov-file#uninstalling I don't think this command should require flakes

Try this instead: ``` $ nix --extra-experimental-features "nix-command flakes" run nix-darwin#darwin-uninstaller ```

Were you using `nixos-unstable` or `nixpkgs-unstable`? `darwin.linux-builder` should always be cached on `nixpkgs-unstable` as per this file: https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release.nix#L208