forked from mirrors_public/oddlama_nix-config
feat: enable git autostash
This commit is contained in:
parent
c9cf5ce5a8
commit
d5bca06a56
2 changed files with 5 additions and 5 deletions
|
@ -7,11 +7,10 @@ _inputs: [
|
|||
zsh-histdb-skim = prev.callPackage ./zsh-skim-histdb.nix { };
|
||||
neovim-clean = prev.neovim-unwrapped.overrideAttrs (old: {
|
||||
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ prev.makeWrapper ];
|
||||
postInstall =
|
||||
(old.postInstall or "")
|
||||
+ ''
|
||||
wrapProgram $out/bin/nvim --add-flags "--clean"
|
||||
'';
|
||||
postInstall = ''
|
||||
${old.postInstall or ""}
|
||||
wrapProgram $out/bin/nvim --add-flags "--clean"
|
||||
'';
|
||||
});
|
||||
#pythonPackagesExtensions =
|
||||
# prev.pythonPackagesExtensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue