nixos-config/pkgs
2025-01-07 21:29:27 +08:00
..
awesome-cli pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
base16-builder-go base16-builder-go: init at 0.3.0 2024-02-09 19:22:40 +08:00
blender-blendergis blender-blendergis: init at 2.2.8 2023-09-26 17:37:11 +08:00
blender-machin3tools blender-machin3tools: init at 1.5.0 2023-09-26 17:45:18 +08:00
ctrld pkgs/ctrld: init at 1.3.7 2024-08-16 10:04:04 +08:00
domterm domterm: unstable-2022-11-02 -> unstable-2023-07-22 2023-07-23 10:33:27 +08:00
fastn pkgs/fastn: 0.4.75 -> 0.4.79 2024-11-13 13:13:12 +08:00
firefox-addons pkgs/firefox-addons: add RSSHub Radar 2025-01-05 18:53:54 +08:00
flatsync pkgs/flatsync: init at unstable-2024-08-16 2024-08-16 14:24:39 +08:00
go-avahi-cname pkgs/go-avahi-cname: init 2025-01-07 21:29:27 +08:00
graphite-design-tool pkgs/firefox-addons: add RSSHub Radar 2025-01-05 18:53:54 +08:00
lazyjj pkgs/lazyjj: init at 0.3.1 2024-08-25 19:08:52 +08:00
lwp lwp: 1.2 -> 2.0.0 2023-07-17 11:44:57 +08:00
mopidy-listenbrainz pkgs/mopidy-listenbrainz: init at 0.3.0 2024-09-12 14:33:00 +08:00
nautilus-annotations pkgs: remove gnome namespace to top-level 2025-01-01 16:26:57 +08:00
pd-l2ork pkgs/firefox-addons: add RSSHub Radar 2025-01-05 18:53:54 +08:00
pigeon-mail pkgs/pigeon-mail: init at 0.4.2 2024-06-21 16:11:21 +08:00
pop-launcher-plugin-brightness pop-launcher-plugin-brightness: init at 2022-08-07 2022-08-07 13:30:19 +08:00
pop-launcher-plugin-jetbrains pop-launcher-plugin-jetbrains: init at 2022-08-07 2022-08-07 13:30:19 +08:00
purr-data pkgs/firefox-addons: add RSSHub Radar 2025-01-05 18:53:54 +08:00
rotp-fusion pkgs/firefox-addons: add RSSHub Radar 2025-01-05 18:53:54 +08:00
rotp-modnar pkgs/firefox-addons: add RSSHub Radar 2025-01-05 18:53:54 +08:00
sessiond sessiond: add meta.mainProgram and meta.maintainers 2024-01-21 19:11:33 +08:00
smile pkgs: update package definitions to their non-aliased names 2024-08-24 12:55:40 +08:00
software-heritage swh.swh-fuse: 1.0.5 -> 1.0.6 2023-08-18 17:21:49 +08:00
speki pkgs: remove deprecated settings and update fds-lib exports 2024-10-30 19:32:47 +08:00
tailcall pkgs/firefox-addons: add RSSHub Radar 2025-01-05 18:53:54 +08:00
tic-80 pkgs: remove deprecated settings and update fds-lib exports 2024-10-30 19:32:47 +08:00
uwsm chore: reformat codebase 2024-02-07 08:51:34 +08:00
vgc pkgs: update package definitions to their non-aliased names 2024-08-24 12:55:40 +08:00
watc pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
willow pkgs: update package definitions to their non-aliased names 2024-08-24 12:55:40 +08:00
wzmach pkgs: remove deprecated settings and update fds-lib exports 2024-10-30 19:32:47 +08:00
xs xs: init at 2022-10-05 2022-10-05 15:23:50 +08:00
clidle.nix pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
default.nix pkgs/go-avahi-cname: init 2025-01-07 21:29:27 +08:00
distant.nix distant: 0.16.4 -> 0.20.0 2023-07-15 15:43:22 +08:00
freerct.nix chore: reformat pkgs/ with nixpkgs-fmt 2022-07-16 16:55:29 +08:00
gnome-search-provider-recoll.nix pkgs: remove gnome namespace to top-level 2025-01-01 16:26:57 +08:00
hush-shell.nix pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
moac.nix pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
mopidy-beets.nix pkgs: format files with nixfmt 2022-03-28 08:18:15 +08:00
mopidy-funkwhale.nix mopidy-funkwhale: 1.0 -> 1.1.0 2022-11-20 14:39:01 +08:00
mopidy-internetarchive.nix mopidy-internetarchive: 3.0.0 -> 3.0.1 2022-09-02 08:37:41 +08:00
pop-launcher-plugin-duckduckgo-bangs.nix pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
README.adoc pkgs: add foodogsquaredLib 2024-08-24 12:54:26 +08:00

My custom packages and nixpkgs extensions live here. It is setup similar to nixpkgs and my previous NUR. Thus, the conventions are similar to the package definitions in the mentioned repositories.

It should be composed of a single entry point describing the entirety of the package repository similar to the pkgs/top-level/all-packages.nix for nixpkgs. This is to easily import the package repository in a neat way.

To build the packages…

  • With Nix pre-v2.3, nix-build ./pkgs -A ${pkg}.

  • Nix v2.4 and enabled Nix flakes experimental feature and new CLi (e.g., experimental-features = nix-command flakes), nix build --file ./pkgs.