nix-darwin icon indicating copy to clipboard operation
nix-darwin copied to clipboard

nix modules for darwin

Results 266 nix-darwin issues
Sort by recently updated
recently updated
newest added

https://github.com/NixOS/nixpkgs/commit/4a9d9928dc01421b878cfe4a16961c1e4862d846 changed a number of options in the `nix` module. For the sake of consistency, nix-darwin should mirror those changes and keep up with NixOS.

Hi guys, I have noticed that, at least on macOS 11, installing nix-darwin adds the current working directory to the right side of the prompt. This information is redundant with...

Error message: ```sh $ podman machine start Error: unable to start host networking: "could not find \"gvproxy\" in one of [/usr/local/opt/podman/libexec /opt/homebrew/bin /opt/homebrew/opt/podman/libexec /usr/local/bin /usr/local/libexec/podman /usr/local/lib/podman /usr/libexec/podman /usr/lib/podman]" ``` Might...

I have this line in my configuration file: ```nix environment.darwinConfig = "$HOME/.nix-environment/darwin.nix"; ``` This is not respected in my shell: ```shell ➜ echo $NIX_PATH darwin-config=/Users/jamie/.nixpkgs/darwin-configuration.nix:/nix/var/nix/profiles/per-user/root/channels:/Users/jamie/.nix-defexpr/channels ``` If I create a...

Apple M1 (`aarch64-darwin`) support just landed in Nixpkgs `master`, so I thought I'd open an issue here to describe/discuss how best to migrate to a `nix-darwin` setup which uses that...

It seems if I add applications in the user configuration file, they end up in ~/Applications rather than in the system Applications. I there a way to add packages to...

[I'm new to nix and have struggled to address this for hours now - apologies if this doesn't belong here] I'm trying to build [kmonad](https://github.com/kmonad/kmonad) (off of master, specifically commit...

The readme mentions freenode.net as the primary irc network for contact. It seems like #nix-darwin on freenode is quite empty. Is the libera #nix-darwin the new place to go?

Setting `launchd.envVariables` does not seem to survive after reboot, the script is generated to `activate`, which will not be executed in launch daemon `org.nixos.activate-system`? It works everytime `darwin-rebuild switch`. Is...

I've been talking to @LnL7 about onboarding additional maintainers. We have to make sure that the quality of the repository is preserved. @LnL7 could you take some time to write...