Loading
services.self-deploy: fix nix-build argument format
nix-build doesn't accept `--attr=<attribute>` as a valid way to build a specific attribute; it needs to be passed without the equal sign, as two separate arguments.
nix-build doesn't accept `--attr=<attribute>` as a valid way to build a specific attribute; it needs to be passed without the equal sign, as two separate arguments.