Switch back to nixos-unstable with nvidia_legacy470 and hardened kernel

This commit is contained in:
Dave Gallant
2021-12-02 01:14:24 -05:00
parent 97e843a098
commit e802168d14
7 changed files with 66 additions and 48 deletions

View File

@@ -11,16 +11,16 @@ let
sha256 = "sha256-FDeyGH5OPAYV7zePCfDujsj+nGd5AFnqySPStJYEY2E=";
};
};
# hound-nvim = pkgs.vimUtils.buildVimPlugin {
# name = "hound-nvim";
# nativeBuildInputs = with pkgs; [ lua53Packages.luacheck ];
# src = pkgs.fetchFromGitHub {
# owner = "davegallant";
# repo = "hound.nvim";
# rev = "e85ba4f65ece79fe6332d8a0ccc594a0d367f4ed";
# sha256 = "sha256-fxPtixVB6dVjrxpJ1oP+eA00JSiKxWuii8pMxVeuyMY=";
# };
# };
hound-nvim = pkgs.vimUtils.buildVimPlugin {
name = "hound-nvim";
nativeBuildInputs = with pkgs; [ lua53Packages.luacheck stylua ];
src = pkgs.fetchFromGitHub {
owner = "davegallant";
repo = "hound.nvim";
rev = "e85ba4f65ece79fe6332d8a0ccc594a0d367f4ed";
sha256 = "sha256-fxPtixVB6dVjrxpJ1oP+eA00JSiKxWuii8pMxVeuyMY=";
};
};
inherit (pkgs) stdenv;
in
{
@@ -320,10 +320,10 @@ in
plugins = with pkgs.vimPlugins; [
completion-nvim
git-blame-nvim
# gitlinker-nvim # not in 21.05
gitlinker-nvim
glow-nvim
gruvbox-nvim
# hound-nvim
hound-nvim
lualine-nvim
nvim-lspconfig
nvim-tree-lua