/ vimwiki / vim2nix.wiki
vim2nix.wiki
 1  %title vim2nix
 2  :vim:nix:
 3  %date
 4  %update 2023-06-06 21:23
 5  
 6  pull upstream changes
 7  create a github api key so update.py doesn't get rate limited
 8  run update: 
 9  GITHUB_API_KEY=<> ./update.py --add "<owner>/<repo>"
10  build the vim plugin:
11  nix-build -A vimPlugins.<plugin>
12  test the installation:
13  nixos-rebuild test -I nixpkgs=~/usr/nixpkgs/
14  
15  
16  -----
17  = Backlinks =
18  
19  - [[nixpkgs|nixpkgs]]