aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2022-06-05 14:11:05 -0600
committerCody Hiar <cody@hiar.ca>2022-06-05 14:11:05 -0600
commita0e0a343aece3864c45eb866a743588f03e7de27 (patch)
treef793845193b010094bdd318137098de25723c285 /flake.nix
parentbcb4bcde2c81401ef795d568ff00dd57c09e17e7 (diff)
testing again
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 3931d4d..4576d9f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,9 +18,9 @@
})
];
};
- in rec {
+ in {
# From nix >= 2.7 the default app syntax changes
- defaultApp.${system} = {
+ defaultApp.${system} = rec {
type = "app";
program = "${packages.${system}.neovimCH}/bin/nvim";
};