Skip to content

Commit

Permalink
Add custom nixvim in overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Sep 24, 2024
1 parent 8fc562e commit b6c6f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
gh-rebase-pr = final.callPackage ./derivations/gh-rebase-pr {};
wlman = final.callPackage ./derivations/wlman {};
check-certificate-revocation = final.callPackage ./derivations/check-certificate-revocation {};
neovim = self.packages.${system}.nixvim;
# https://kokada.capivaras.dev/blog/quick-bits-realise-nix-symlinks/
realise-symlink = final.writeShellApplication {
name = "realise-symlink";
Expand Down

0 comments on commit b6c6f1f

Please sign in to comment.