Skip to content

Commit

Permalink
add TODOs for niv later
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 9, 2019
1 parent 0b1db43 commit 273f4da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotfiles/neovim.nix
Expand Up @@ -7,13 +7,15 @@ let

smart-gen-tags = pkgs.callPackage ../pkgs/smart-gen-tags { };

# TODO: import me from niv
brianhicks-nur = pkgs.callPackage (pkgs.fetchFromGitHub {
owner = "BrianHicks";
repo = "nur-packages";
rev = "bf925c79c5d0ffd940e79081f831d554bee447b2";
sha256 = "03v03wav9w5iriyb5inwl51zn0z3np1s2jymgxv2390b4lsnda2y";
}) { };

# TODO: import me from niv
nixfmt =
import (fetchTarball "https://github.com/serokell/nixfmt/archive/e4f31f45799554ff378370256a24f606a3025b0a.tar.gz")
{ };
Expand Down

0 comments on commit 273f4da

Please sign in to comment.