diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-25 21:23:56 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-25 21:23:56 +0200 |
commit | 0450570f7682ee2735f53619681abd6a9ccff912 (patch) | |
tree | 5c8a448d4b86f294496a74978f5ee88a804d7ca1 /flake.nix | |
parent | 62b5cf070cf611b7f5d44a9e55befad121e5c603 (diff) | |
download | aerogramme-0450570f7682ee2735f53619681abd6a9ccff912.tar.gz aerogramme-0450570f7682ee2735f53619681abd6a9ccff912.zip |
finalize for release 0.1.0
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ name = "dxflrs/aerogramme"; architecture = (builtins.getAttr targetHost archMap).GOARCH; config = { - Cmd = [ "${bin}" ]; + Cmd = [ "${bin}" "server" ]; }; }; |