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

Nix 2.4 defines its own zsh completions. When I used https://github.com/NixOS/nixpkgs/pull/144197's `pkgs.nix` as my `nix.package`, I started getting errors during the build: ``` error: collision between `/nix/store/j5i4bhqa2dh8wk98l0g2csnmz63l2k9y-nix-2.4/share/zsh/site-functions/_nix' and `/nix/store/bbz7556b8yk668y1dpyma3qcwhrswf0d-nix-zsh-completions-0.4.4/share/zsh/site-functions/_nix' ```...

The configuration options found in ` nix-darwin/modules/programs/zsh/default.nix` are quite different than the ones found in [NixOS zsh config](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/programs/zsh/zsh.nix). Is this intentional? I was trying to add zsh options when I...

This PR makes sure that the hint that the installer gives you when `/run` doesn't exist actually outputs a literal tab to `/etc/synthetic.conf`. The code before appended the literal string`run\tprivate/var/run`...

nix-darwin generates a `configuration.nix` manpage that lists all (non-internal, visible) options. Unfortunately it only lists options from the base nix-darwin set and ignores all user modules. NixOS has a [`documentation.nixos.includeAllModules`...

So, basically, this is a module that, once enabled, will start managing system keyboard shortcuts. I had to make a choice of what to do with the shortcuts that are...

nix-darwin won't overwrite the `/etc/shells` file on a macOS 11.5.1 install, as it doesn't recognize the contents. The file looks like ``` # List of acceptable shells for chpass(1). #...

I get the following after https://github.com/LnL7/nix-darwin/commit/3cf11923ebd3648ec8cd51414eb302827d9c4ce8: ``` applying patches... patching file etc/pam.d/sudo Unreversed patch detected! Ignore -R? [n] ``` Seems `patch(1)` is trying to be too helpful and breaking the...

If I use the 20.03 release, there is an evaluation error when building this system: ```nix { inputs = { nixpkgs.url = "git+https://github.com/nixos/nixpkgs?ref=release-20.03"; darwin.url = "github:LnL7/nix-darwin"; }; outputs = {...

As in here [Samba client for nixos](https://nixos.wiki/wiki/Samba)