chore: remove old actual package

This commit is contained in:
oddlama 2025-01-20 03:45:36 +01:00
parent 78c34695c0
commit 181819d2e6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 0 additions and 107 deletions

View file

@ -5,7 +5,6 @@ _inputs: [
git-fuzzy = prev.callPackage ./git-fuzzy { };
segoe-ui-ttf = prev.callPackage ./segoe-ui-ttf.nix { };
zsh-histdb-skim = prev.callPackage ./zsh-skim-histdb.nix { };
actual-server = prev.callPackage ./actual-server.nix { };
neovim-clean = prev.neovim-unwrapped.overrideAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ prev.makeWrapper ];
postInstall =