Fix command, stylized!
parent
23e5af1ad4
commit
f6572e3cb9
|
@ -28,7 +28,10 @@ in
|
||||||
];
|
];
|
||||||
script = ''
|
script = ''
|
||||||
cd ${PROJECT_ROOT}
|
cd ${PROJECT_ROOT}
|
||||||
nix run github:srid/emanote -- run --port ${PORT} --host ${HOST}
|
nix run github:srid/emanote --accept-flake-config \
|
||||||
|
-- run \
|
||||||
|
--port ${PORT} \
|
||||||
|
--host ${HOST}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue