nixos-config/pkgs
2023-05-03 12:48:28 +08:00
..
awesome-cli awesome-cli: init at 0.7.2 2022-07-09 07:06:31 +08:00
cosmic-launcher cosmic-launcher: 2022-08-12 -> unstable-2022-09-25 2022-09-26 08:35:52 +08:00
cursedgl pkgs/cursedgl: update patch to only install examples source code 2022-07-09 11:02:31 +08:00
decker decker: 1.4 -> 1.7 2022-12-20 11:10:34 +08:00
domterm chore: reformat codebase 2023-01-07 16:06:34 +08:00
gnome-info-collect gnome-info-collect: init at 1.0-7 2022-08-27 13:41:12 +08:00
gnome-shell-extension-burn-my-windows gnome-shell-extension-burn-my-windows: 21 -> 24 2023-01-15 14:39:44 +08:00
kiwmi kiwmi: init at 2022-09-26 2022-09-26 08:36:28 +08:00
license-cli license-cli: init at 2.6.1 2022-07-21 11:28:34 +08:00
lwp lwp: 1.1 -> 1.2 2022-10-24 12:11:38 +08:00
nautilus-annotations nautilus-annotations: 0.8.4 -> 0.10.0 2022-11-01 12:28:00 +08:00
neuwaita-icon-theme neuwaita-icon-theme: rename from skeuowaita 2022-06-08 22:41:45 +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
smile smile: init at 1.7.0 2022-08-11 17:03:06 +08:00
software-heritage swh-core: 2.13.1 -> 2.21.0 2023-03-03 09:13:12 +08:00
tic-80 chore: reformat codebase 2022-11-19 11:32:29 +08:00
vgc vgc: unstable-2022-08-27 -> unstable-2023-02-05 2023-02-05 16:25:59 +08:00
watc watc: update package definition 2022-06-26 08:42:42 +08:00
wzmach wzmach: init at 1.0.0 2022-06-08 22:41:45 +08:00
xs xs: init at 2022-10-05 2022-10-05 15:23:50 +08:00
auto-editor.nix auto-editor: 22w35c -> 22w39a 2022-10-24 12:00:18 +08:00
clidle.nix clidle: unstable-2022-03-02 -> unstable-2022-07-07 2022-07-07 19:49:36 +08:00
default.nix text-engine: remove package 2023-04-22 22:07:14 +08:00
distant.nix distant: unstable-2022-03-01 -> 0.16.4 2022-07-07 21:28:53 +08:00
freerct.nix chore: reformat pkgs/ with nixpkgs-fmt 2022-07-16 16:55:29 +08:00
gnome-search-provider-recoll.nix chore: reformat pkgs/ with nixpkgs-fmt 2022-07-16 16:55:29 +08:00
gnome-shell-extension-fly-pie.nix gnome-shell-extension-fly-pie: 16 -> 17 2022-09-19 20:54:00 +08:00
gnome-shell-extension-pop-shell.nix gnome-shell-extension-pop-shell: unstable-2022-06-25 -> unstable-2022-09-19 2022-09-19 20:56:27 +08:00
gol-c.nix gol-c: init at unstable-2022-03-25 2022-03-26 11:10:38 +08:00
guile-config.nix chore: reformat pkgs/ with nixpkgs-fmt 2022-07-16 16:55:29 +08:00
guile-hall.nix chore: reformat pkgs/ with nixpkgs-fmt 2022-07-16 16:55:29 +08:00
hush-shell.nix hush-shell: 0.1.3-alpha -> 0.1.4-alpha 2022-07-07 19:40:27 +08:00
ictree.nix ictree: 0.2.2 -> 1.0.1 2022-07-07 19:33:05 +08:00
libcs50.nix libcs50: 10.1.1 -> 11.0.1 2022-08-12 14:01:42 +08:00
moac.nix moac: disable checks when building 2022-07-21 11:29:30 +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 pop-launcher-plugin-duckduckgo-bangs: move to standard pop-launcher location 2022-08-07 13:30:19 +08:00
README.adoc docs: update 2022-09-19 10:56:06 +08:00
segno.nix segno: init at 1.4.1 2022-02-02 13:11:44 +08:00
thokr.nix thokr: 0.3.0 -> 0.4.1 2022-07-07 19:40:39 +08:00
vpaint.nix pkgs: update metadata 2022-04-17 22:35:07 +08:00
wayback.nix wayback: 0.17.0 -> 0.19.1 2023-05-03 12:48:28 +08:00

My custom packages 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.