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

This isn't a bug nor anything super important, but it would be nicer if agents and daemons were wrapped into appropriately named files/executables. With the current setup (i.e. just using...

Hi! I am getting this error: ```nix error: attribute 'definitionsWithLocations' missing at /nix/store/41214fy184211h1qn4i1pw0a5vhasnwd-darwin/darwin/modules/nix/nixpkgs.nix:34:17: 33| ) 34| opt.definitionsWithLocations | ^ 35| ) ``` When doing a "darwin-rebuild switch" after a "nix-channel...

Haven't been able to pinpoint exactly which launch script causes it yet. Rebuilding the system with `darwin-rebuild switch --flake ~/.dotfiles` with [these dotfiles](https://github.com/boxmein/dotfiles/) causes the `backgroundtaskmanagementd` daemon to stop. Endpoint...

Adding a module to configure & run the [Scrutiny](https://github.com/AnalogJ/scrutiny) collector.

hello. sudo: /private/etc/sudoers.d/10-nix-darwin-extra-config is owned by uid 501, should be 0 How can I avoid typing commands like the following? I'm just managing macOS installed on an external hard drive....

Is there a way to manually delete old generations? for me running `nix-collect-garbage -d` doesn't seem to delete old generations. after having run it, when I run `darwin-rebuild --list-generations` I...

When running `nix run nix-darwin` on a fresh mac/nix installation, I get ``` error: cannot find flake 'flake:nix-darwin' in the flake registries ``` I used `nix run github:LnL7/nix-darwin` to make...

The GUI installer from https://determinate.systems/posts/graphical-nix-installer adds this to `nix.conf`: ``` upgrade-nix-store-path-url = https://install.determinate.systems/nix-upgrade/stable/universal ``` I see the setting at https://nixos.org/manual/nix/stable/command-ref/conf-file.html?highlight=upgrade-nix-store-path-url#conf-upgrade-nix-store-path-url but running `darwin-rebuild switch` throws an error about an unknown...

Here is the PR that made the change in nixpkgs: https://github.com/NixOS/nixpkgs/pull/244332

https://www.hammerspoon.org/ is a great tool, I think it would make a good fit with the nix ecosystem. I'm happy to work on this, though I don't have much time at...