DeterminateSystems / nix-installer

Install Nix and flakes with the fast and reliable Determinate Nix Installer, with over 7 million installs.
https://determinate.systems
GNU Lesser General Public License v2.1
2.31k stars 59 forks source link

`/etc/nix/nix.conf` exists with a different mode (644) than planned (664) #676

Open akshaymankar opened 1 year ago

akshaymankar commented 1 year ago

Why is this a problem? It trips on most systems by default.

Error

Error: 
   0: Planner error
   1: Error executing action
   2: Action `configure_nix` errored
   3: Action `place_nix_configuration` errored
   4: Action `create_or_merge_nix_config` errored
   5: `/etc/nix/nix.conf` exists with a different mode (644) than planned (664), consider updating it with `chmod 664 /etc/nix/nix.conf`

Metadata

key value
version 0.13.1
os linux
arch x86_64
Hoverbear commented 1 year ago

It should not be 😓 I wonder what's going on...