NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
12.92k stars 1.53k forks source link

builders from file aren't respected/silently ignored #3423

Open mkg20001 opened 4 years ago

mkg20001 commented 4 years ago

I'm in the trusted-users

When doing nix-build -A cinnamon.muffin -j0 --builders "ssh://maciej@server" it correctly tries to connect to the builder

When doing nix-build -A cinnamon.muffin -j0 --builders "@/etc/nix/machines" it ignores the builder`

Also when doing nix-build -A cinnamon.muffin -j0 --builders "ssh://maciej@server x86_64" the builder silently gets ignored

/etc/nix/machines:

maciej@server x86_64 /home/maciej/.private.d/nix/buildkey 4 4 nixos-test,benchmark,big-parallel,kvm 

nix should warn the user if it ignores a builder or skips a line (if that's what it's doing)

system: "x86_64-linux", multi-user?: yes, version: nix-env (Nix) 2.3.3, channels(maciej): "nixpkgs-20.09pre217312.d5dda83d915", channels(root): "nixos-20.09pre217261.a2e06fc3423, nixos-hardware", nixpkgs: /home/maciej/.nix-defexpr/channels/nixpkgs

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

stale[bot] commented 2 years ago

I closed this issue due to inactivity. → More info