nixfleet/pkgs/default.nix
Andrea Ciceri 7f18e318b7
Several things:
- upgraded to 21.11 unstable
- old (working) amule version
- android tools (adb)
- mounting nas via ssh (new specific key)
- scrcpy
- tor-browser
- vscode settings
- home server settings
2021-12-07 14:02:32 +01:00

7 lines
266 B
Nix

final: prev: {
# keep sources this first
sources = prev.callPackage (import ./_sources/generated.nix) { };
customEmacs = prev.callPackage (import ./emacs) { };
amule = prev.callPackage (import ./amule) { };
# then, call packages with `final.callPackage`
}