forked from mirrors_public/oddlama_nix-config
chore: update flake inputs
This commit is contained in:
parent
b9ca0de56b
commit
ec648e6cc2
5 changed files with 89 additions and 67 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue