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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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