chore: update flake inputs

This commit is contained in:
oddlama 2023-11-05 14:46:07 +01:00
parent b9ca0de56b
commit ec648e6cc2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 89 additions and 67 deletions

View file

@ -25,7 +25,7 @@
# init = builtins.readFile ./aaa/init.lua;
#};
home.shellAliases.nixvim = lib.getExe (pkgs.nixvim.makeNixvimWithModule {
home.shellAliases.nixvim = lib.getExe (pkgs.nixvim.makeNixvim {
package = pkgs.neovim-unwrapped.overrideAttrs (_final: prev: {
nativeBuildInputs = (prev.nativeBuildInputs or []) ++ [pkgs.makeWrapper];
postInstall =