Michael Hoang

Results 15 issues of Michael Hoang

Taken with love from `oh-my-zsh`

Enhancement

Fix parsing `excludesFile` values that are quoted to match Git and [other INI parsers](https://en.wikipedia.org/wiki/INI_file#Quoted_values).

### Description This change is useful as it means flake users don't need to use channels and can just manage it through their flake configs: ```nix { inputs, ... }:...

###### Description of changes Fixes #187655 ###### Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - [...

6.topic: nixos
8.has: module (update)
10.rebuild-linux: 1-10
10.rebuild-darwin: 0

This improves the situation for flake users, as previously they had to either add the non-redistributable firmware to their repositories or go without the firmware. This change also brings the...

When I attempt to push untrusted paths (e.g. built remotely using `nix.distributedBuilds = true;` with an unsigned builder) to the Cachix store, I get this message which I found quite...

If you set up a signing key for the `linux-builder` and add that as trusted public key on your machine, you won't need to be a trusted user at all.

Backported from https://github.com/NixOS/nixpkgs/blob/9995a5d59c59fde96f4ad7d811a8ed832357440f/pkgs/os-specific/linux/nixos-rebuild/nixos-rebuild.sh#L349-L353 Fixes #721