Skip to content

Commit

Permalink
refactor!: cleanup bad packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Oct 9, 2024
1 parent 3e93e02 commit fbaef20
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 2,767 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@
- [celeste-classic](https://celesteclassic.github.io)
- [celeste-classic-2](https://mattmakesgames.itch.io/celeste-classic-2)

### Fonts

- _[comic-code](https://tosche.net/fonts/comic-code)_

### Audio

- [reaper-sws-extension](https://www.sws-extension.org)
- [neuralnote](https://github.com/DamRsn/NeuralNote)
- [neural-amp-modeler-lv2](https://github.com/mikeoliphant/neural-amp-modeler-lv2)
- [artworks](https://github.com/mrtnvgr/artworks)
- [nam-trainer](https://github.com/sdatkinson/neural-amp-modeler)
Expand All @@ -40,7 +35,3 @@
- **obs-wayland** - obs with plugins for wayland and pipewire support
- **cascadia-code-nerd-font** - Cascadia Code with Nerd Font symbols
- **cascadia-mono-nerd-font** - Cascadia Mono with Nerd Font symbols

### Misc

- [cbmp](https://github.com/ful1e5/cbmp)
12 changes: 0 additions & 12 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ in rec {
celeste = p ./pkgs/games/wine/celeste { inherit wrapWine; };
celesteMods = p ./pkgs/games/wine/celeste/mods.nix { };

# Fonts
comic-code = p ./pkgs/fonts/comic-code { };
cozette-otb = p ./pkgs/fonts/cozette-otb { };

# Overrides
obs-wayland = (pkgs.wrapOBS {
plugins = with pkgs.obs-studio-plugins; [
Expand All @@ -56,15 +52,7 @@ in rec {

# Audio
reaper-sws-extension = p ./pkgs/audio/reaper-sws-extension { };
neuralnote = p ./pkgs/audio/neuralnote { };
neural-amp-modeler-lv2 = p ./pkgs/audio/neural-amp-modeler-lv2 { };
artworks = p ./pkgs/audio/artworks { };
nam-trainer = p ./pkgs/audio/nam-trainer { };
# mod-desktop = p ./pkgs/audio/mod-desktop { };

# Misc
cbmp = p ./pkgs/misc/cbmp { };

# some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { };
# ...
}
116 changes: 0 additions & 116 deletions pkgs/audio/neuralnote/default.nix

This file was deleted.

Loading

0 comments on commit fbaef20

Please sign in to comment.