We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325ff51 commit 4a31cb5Copy full SHA for 4a31cb5
1 file changed
module.nix
@@ -10,7 +10,7 @@ flake: {
10
cfg = config.services.tarmoqchi;
11
12
# Flake shipped default binary
13
- fpkg = flake.packages.${pkgs.stdenv.hostPlatform.system}.default;
+ fpkg = flake.packages.${pkgs.stdenv.hostPlatform.system}.server;
14
15
# Toml management
16
toml = pkgs.formats.toml {};
0 commit comments