Fix flake default app path (#11)

This commit is contained in:
Moritz Böhme
2022-11-03 02:13:03 +00:00
committed by GitHub
parent b86683efa4
commit 5e0e4fb8ab

View File

@@ -58,7 +58,7 @@
apps.default = {
type = "app";
program = "${nix-serve-ng}/bin/nix-serve-ng";
program = "${nix-serve-ng}/bin/nix-serve";
};
defaultApp = apps.default;