Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix neovim overlay

+1 -3
+1 -3
overlays/neovim.nix
··· 5 5 owner = "neovim"; 6 6 repo = "neovim"; 7 7 tag = "v${version}"; 8 - hash = "sha256-cbFM5TKGmhEDsdhMvGzMyn0Js0MJwdMwXDkzQcdw/TM="; 8 + hash = "sha256-V+jZiNv0SvG/GOOUPzmBkOQGrnrN3UW2BY2n9NxP2Eg="; 9 9 }; 10 - doCheck = false; 11 - doInstallCheck = false; 12 10 }); 13 11 }