mirror of https://cgit.krebsco.de/krops/
krops build: fix name
This commit is contained in:
parent
ee41207df1
commit
10fd67a6a2
|
@ -5,7 +5,7 @@ in
|
||||||
{ exec, nix, openssh, populate, writeDash }: rec {
|
{ exec, nix, openssh, populate, writeDash }: rec {
|
||||||
|
|
||||||
build = target:
|
build = target:
|
||||||
exec "rebuild.${target.host}" rec {
|
exec "build.${target.host}" rec {
|
||||||
filename = "${openssh}/bin/ssh";
|
filename = "${openssh}/bin/ssh";
|
||||||
argv = [
|
argv = [
|
||||||
filename
|
filename
|
||||||
|
|
Loading…
Reference in New Issue