Open mkg20001 opened 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
nix-build -A cinnamon.muffin -j0 --builders "ssh://maciej@server"
When doing nix-build -A cinnamon.muffin -j0 --builders "@/etc/nix/machines" it ignores the builder`
nix-build -A cinnamon.muffin -j0 --builders "@/etc/nix/machines"
Also when doing nix-build -A cinnamon.muffin -j0 --builders "ssh://maciej@server x86_64" the builder silently gets ignored
nix-build -A cinnamon.muffin -j0 --builders "ssh://maciej@server x86_64"
/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
I marked this as stale due to inactivity. → More info
I closed this issue due to inactivity. → More info
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 builderWhen 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:
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