Skip to content

Instantly share code, notes, and snippets.

@SenchoPens
Created October 29, 2020 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SenchoPens/ee9dc054761989791faba669578ed8a5 to your computer and use it in GitHub Desktop.
Save SenchoPens/ee9dc054761989791faba669578ed8a5 to your computer and use it in GitHub Desktop.
at: (151:10) in file: /nix/store/d2h4pc8xx5b3nmsrqjyaxixlzsfqdkcv-source/pkgs/applications/editors/neovim/utils.nix
150| wrapperArgs = res.wrapperArgs
151| ++ [
| ^
152| "--add-flags" "-u ${writeText "init.vim" res.neovimRcContent}"
value is the partially applied built-in function 'trace' while a list was expected
home-manager.users.sencho.programs.neovim = {
enable = true;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment