nix-installer
nix-installer copied to clipboard
Install Nix and flakes with the fast and reliable Determinate Nix Installer, with over 2 million installs.
## Error ``` Error: 0: Install failure 1: Error executing action 2: Action `provision_nix` errored 3: Action `fetch_and_unpack_nix` errored 4: Unarchiving error 5: failed to iterate over archive 6: stream/file...
##### Description This PR enables the example code to actually run, when copied into the terminal. It also fixes one issue, where the chmod +x command was apparently blindly copied...
##### Description ##### Checklist - [ ] Formatted with `cargo fmt` - [ ] Built with `nix build` - [ ] Ran flake checks with `nix flake check` - [...
## Error ``` Error: 0: Install failure 1: Error executing action 2: Action `create_nix_volume` errored 3: Action `encrypt_apfs_volume` errored 4: Failed to execute command with status 1 `"/usr/sbin/diskutil" "mount" "Nix...
## Error ``` Error: 0: Install failure 1: Error executing action 2: Action `provision_nix` errored 3: Action `fetch_and_unpack_nix` errored 4: Request error 5: error sending request for url (https://releases.nixos.org/nix/nix-2.21.2/nix-2.21.2-aarch64-linux.tar.xz) 6:...
##### Description Embedding the Nix binary will reduce runtime failures due to fetching, and reduce the foundation's bandwidth burden by roughly half a terabyte per day. ##### Checklist - [...
1. Open a codespace on https://github.com/copier-org/copier 2. Use the installer to install nix 3. Run ˋnix develop --impureˋ. It won't work. Workaround: ˋsudo $(which nix-daemon) &ˋ. Next commands will work....
I re-run the installer, adding this to the second invocation: `--extra-conf 'trusted-users = knl'`, and got an error. If the differences are in the arguments, I would expect just a...
## Error ``` Error: 0: Planner error 1: Error executing action 2: Action `encrypt_apfs_volume` errored 3: The keychain lacks a password for the already existing "Nix Store" volume on disk...
hello, after following this blog https://julianhofer.eu/blog/01-silverblue-nix/ for how to install nix on ostree based systems, installing with nix-shell work, but when i try to install something with nix-env it return...