aboutsummaryrefslogtreecommitdiff
path: root/src/nix
diff options
context:
space:
mode:
authorNaïm Camille Favier <n@monade.li>2022-05-21 14:41:24 +0200
committerGitHub <noreply@github.com>2022-05-21 14:41:24 +0200
commit81a9bf0ad2ff3244096ed14299c65c0b32c0aca0 (patch)
tree28254cb8b4d062332a2697c967dabd2434e03e04 /src/nix
parent5aeda916390584b7b055ed794d1063a39854f148 (diff)
typo: defaultApps → defaultApp
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/flake.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/flake.cc b/src/nix/flake.cc
index 1938ce4e6..500116eaf 100644
--- a/src/nix/flake.cc
+++ b/src/nix/flake.cc
@@ -509,7 +509,7 @@ struct CmdFlakeCheck : FlakeCommand
std::string_view replacement =
name == "defaultPackage" ? "packages.<system>.default" :
- name == "defaultApps" ? "apps.<system>.default" :
+ name == "defaultApp" ? "apps.<system>.default" :
name == "defaultTemplate" ? "templates.default" :
name == "defaultBundler" ? "bundlers.<system>.default" :
name == "overlay" ? "overlays.default" :