diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | flake.nix | 5 | ||||
l--------- | result | 1 |
3 files changed, 3 insertions, 4 deletions
@@ -7,3 +7,4 @@ plugged/* .vimcache autoload/plug.vim plugin/packer_compiled.lua +result @@ -18,9 +18,9 @@ }) ]; }; - in { + in rec { # From nix >= 2.7 the default app syntax changes - defaultApp.${system} = rec { + defaultApp.${system} = { type = "app"; program = "${packages.${system}.neovimCH}/bin/nvim"; }; @@ -44,5 +44,4 @@ ''; }; }; - }; } @@ -1 +0,0 @@ -/nix/store/iddkkvlpvi7wqa4ly8xk3nsd9vd7rjwq-neovim
\ No newline at end of file |