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

The current setup of nix bootstrapping is complicated and brittle - it often breaks on updates (both macOS and, apparently, nix). At present, the nix 2.4 beta breaks `programs.zsh.enable`, and...

This adds a module for [yubikey-agent](https://github.com/FiloSottile/yubikey-agent), a yubikey-based ssh-agent. It's the equivalent of this nixos module: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/security/yubikey-agent.nix

When I do this: ```nix { users.users.brianhicks.packages = [ pkgs.emacsMacport ]; } ``` I expect `Emacs.app` to be available somewhere—maybe in `~/Applications/Nix Apps`. But it's not! However, if I do...

Inspecting the code, I could not find what `loginShell` is used for except for `tmux`. For context, I'm trying to make macOS load the nix-darwin `zsh` instead of the system...

``` darwin-rebuild switch --flake .#MacBookPro ``` command started failing after `nix flake update`. ``` error: builder for '/nix/store/95b5wlyw3qlh1ai8c9dx2i5y886vhvwd-python3.9-beautifulsoup4-4.10.0.drv' failed with exit code 1; last 10 log lines: > soup =...

Is it possible to make it so users don't have to type in password every time you run `darwin-rebuild switch` for first time in a while? I get that it...

As discussed in the comments of #158, the environment set by `nix-darwin` for `zsh` is clobbered by the one set by Nix itself due to `zsh`'s load order. This PR...

I've noticed, via https://github.com/ryantm/agenix/issues/60, that nix-darwin's `system.activationScripts` option does not include a declaration for `deps` while NixOS seems to expect it for each activation script (with a default value of...

I keep getting this warning: ``` warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring ``` This is a fresh install on MacOS Sierra, using the `installer` procedure. Is...

I want to work with flakes, and ``` $ nix --version nix (Nix) 2.3.15 ``` does not understand the `experimental-features = nix-command flakes` flag. Therefore, following numerous tutorials on the...