Fix executable name.

And print out missing params more neatly.
This commit is contained in:
2023-03-21 08:40:54 -07:00
parent 1e350b655f
commit 77f6bd1613
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -29,6 +29,9 @@
buildInputs = with helpers.packages."${system}";
[ updateClojureDeps ];
};
suanniServer = pkgs.mkShell {
buildInputs = with self.packages."${system}"; [ suanni-server ];
};
};
}) // {
nixosModules = rec {