mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
update flake and fix issues with latest packages
This commit is contained in:
7
overlays/volnoti.nix
Normal file
7
overlays/volnoti.nix
Normal file
@ -0,0 +1,7 @@
|
||||
# Fix: Volnoti binary not found
|
||||
# Broken by https://github.com/nix-community/home-manager/pull/5725/commits/98bf8de65dc1ed12c6443b18f6f24d36e9c438d6
|
||||
_final: prev: {
|
||||
volnoti = prev.volnoti.overrideAttrs (oldAttrs: {
|
||||
meta.mainProgram = "volnoti";
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user