diff options
author | Cody Hiar <cody@hiar.ca> | 2022-06-05 14:11:05 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2022-06-05 14:11:05 -0600 |
commit | a0e0a343aece3864c45eb866a743588f03e7de27 (patch) | |
tree | f793845193b010094bdd318137098de25723c285 | |
parent | bcb4bcde2c81401ef795d568ff00dd57c09e17e7 (diff) |
testing again
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; }; |