nixos-config/pkgs
2025-01-15 14:00:12 +08:00
..
awesome-cli pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
base16-builder-go pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
blender-blendergis pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
blender-machin3tools pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
ctrld pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
domterm pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
fastn pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
firefox-addons pkgs/firefox-addons: update as of 2025-01-13 2025-01-13 01:23:00 +00:00
flatsync pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
go-avahi-cname pkgs/go-avahi-cname: init 2025-01-07 21:29:27 +08:00
graphite-design-tool pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
lazyjj pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
lwp pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
mopidy-listenbrainz pkgs/mopidy-listenbrainz: init at 0.3.0 2024-09-12 14:33:00 +08:00
nautilus-annotations pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
pd-l2ork pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
pigeon-mail pkgs: reformat codebase 2025-01-15 14:00:12 +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: reformat codebase 2025-01-15 14:00:12 +08:00
rotp-fusion pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
rotp-modnar pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
sessiond pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
smile pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
software-heritage pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
speki pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
tailcall pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
tic-80 pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
uwsm pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
vgc pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
watc pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
willow pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
wzmach pkgs: remove deprecated settings and update fds-lib exports 2024-10-30 19:32:47 +08:00
xs pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
clidle.nix pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
default.nix pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
distant.nix pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
freerct.nix chore: reformat pkgs/ with nixpkgs-fmt 2022-07-16 16:55:29 +08:00
gnome-search-provider-recoll.nix pkgs: reformat codebase 2025-01-15 14:00:12 +08:00
hush-shell.nix pkgs: reformat codebase 2025-01-15 14:00:12 +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.