Skip to content

Commit

Permalink
cleanup unused overlays/pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Oct 31, 2024
1 parent 10555c0 commit c6b35d8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 84 deletions.
41 changes: 0 additions & 41 deletions modules/flake/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"E501"
];
} ../../scripts/borg2prom.py;
# fritzbox-exporter = final.callPackage ./fritzbox-exporter { };
# go-sqlcmd = final.callPackage ./go-sqlcmd { };
# gomumblesoundboard = final.callPackage ./gomumblesoundboard { };
hashPassword = final.callPackage ../../packages/hashPassword { };
hl = final.callPackage ../../packages/hl { };
httpserve = final.writers.writePython3Bin "httpserve" {
Expand All @@ -21,17 +18,10 @@
"E501"
];
} ../../scripts/httpserve.py;
# linux-megi = final.callPackage ./linux-megi { };
logseq-query = final.callPackage ../../packages/logseq-query { };
macos-fix-filefoldernames = final.writers.writePython3Bin "macos-fix-filefoldernames" {
flakeIgnore = [ "E265" ];
} ../../scripts/macos-fix-filefoldernames.py;
# nwfonts = final.callPackage ./nwfonts { };
# pdfconcat = final.writers.writePython3Bin "pdfconcat" { flakeIgnore = [ "E203" "E501" "W503" ]; } (final.substituteAll { src = ../4scripts/pdfconcat.py; inherit (final) pdftk; });
# pdfduplex = final.callPackage ./pdfduplex { };
# pinephone-keyboard = final.callPackage ./pinephone-keyboard { };
# ptsd-octoprintPlugins = import ./octoprint-plugins;
# quotes-exporter = final.callPackage ./quotes-exporter { };
shrinkpdf = final.callPackage ../../packages/shrinkpdf { };
syncthing-device-id = final.writers.writePython3Bin "syncthing-device-id" {
flakeIgnore = [
Expand All @@ -41,11 +31,6 @@
];
} ../../scripts/syncthing-device-id.py;
win10fonts = final.callPackage ../../packages/win10fonts { };
edge-tts = final.callPackage ../../packages/edge-tts { };
# wkhtmltopdf-qt4 = final.callPackage ./wkhtmltopdf-qt4 { };
# xorgxrdp = final.callPackage ./xrdp/xorgxrdp.nix { };
# xrdp = final.callPackage ./xrdp { };
#
ptsd-nnn =
(final.nnn.overrideAttrs (old: {
makeFlags = old.makeFlags ++ [ "O_GITSTATUS=1" ];
Expand All @@ -57,33 +42,7 @@
})).override
{ withNerdIcons = true; };
prom-checktlsa = final.callPackage ../../packages/prom-checktlsa { };

ptsd-node-packages = final.callPackage ../../packages/node-packages { };

zathura-darwin =
let
bundler = final.makeDarwinBundle {
name = "zathura";
exec = "zathura";
};
# see https://github.com/NixOS/nixpkgs/pull/334542
zathura-mupdf = final.zathura.override {
plugins = with final.zathuraPkgs; [
zathura_djvu
zathura_ps
zathura_cb
zathura_pdf_mupdf
];
};
in
final.symlinkJoin {
name = "zathura-darwin";
paths = [ zathura-mupdf ];
postBuild = ''
source ${bundler}
makeDarwinBundlePhase
'';
};
};
};

Expand Down
2 changes: 1 addition & 1 deletion modules/flake/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _: {
{ pkgs, ... }:
{
packages = {
inherit (pkgs) edge-tts prom-checktlsa zathura-darwin;
inherit (pkgs) prom-checktlsa;

inherit (pkgs.ptsd-node-packages) readability-cli;
};
Expand Down
4 changes: 0 additions & 4 deletions modules/home/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ p@{
config,
lib,
pkgs,
pkgsUnstable,
pkgsMaster,
...
}:

Expand Down Expand Up @@ -74,7 +72,6 @@ in
pkgsUnstable.tig
djlint
dust
edge-tts
nbqa
entr
eternal-terminal
Expand Down Expand Up @@ -254,7 +251,6 @@ in
# qemu
rar
# subler-bin
# zathura-darwin
]
++
lib.optionals
Expand Down
38 changes: 0 additions & 38 deletions packages/edge-tts/default.nix

This file was deleted.

0 comments on commit c6b35d8

Please sign in to comment.