nixos-config/pkgs
2022-11-02 18:44:52 +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: init at unstable-2022-11-02 2022-11-02 18:44:52 +08:00
domterm domterm: unstable-2022-07-08 -> unstable-2022-07-22 2022-07-22 12:20:21 +08:00
furtherance furtherance: init at 1.5.3 2022-08-11 17:03:06 +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: init at 21 2022-09-19 21:06:14 +08:00
gradience gradience: unstable-2022-09-20 -> 0.3.0 2022-09-24 11:19:52 +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
onagre onagre: fix missing library files error 2022-08-06 23:52:14 +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
python-material-color-utilities python-material-color-utilities: 0.1.3 -> 0.1.5 2022-09-20 16:52:39 +08:00
smile smile: init at 1.7.0 2022-08-11 17:03:06 +08:00
software-heritage config: change removed aliases to their non-aliased versions 2022-09-28 19:12:56 +08:00
tic-80 tic-80: 2022-01-18 -> 2022-10-26 2022-10-26 17:25:52 +08:00
vgc vgc: 2022-08-06 -> unstable-2022-08-27 2022-08-27 13:41:12 +08:00
vipsdisp vipsdisp: init at 2.4.1 2022-08-22 20:22:49 +08:00
watc
wzmach
xs xs: init at 2022-10-05 2022-10-05 15:23:50 +08:00
artem.nix artem: 1.0.3 -> 1.1.5 2022-07-21 14:08:06 +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 gnome-shell-extension-paperwm-latest: unstable-2022-09-20 -> unstable-2022-10-24 2022-10-24 12:00:54 +08:00
distant.nix distant: unstable-2022-03-01 -> 0.16.4 2022-07-07 21:28:53 +08:00
doggo.nix doggo: 0.5.3 -> 0.5.4 2022-07-22 12:13:04 +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
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
ictree.nix
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
mopidy-funkwhale.nix
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
pop-launcher.nix pop-launcher: follow from NixOS/nixpkgs#176303 2022-08-10 12:46:40 +08:00
README.adoc docs: update 2022-09-19 10:56:06 +08:00
segno.nix
text-engine.nix chore: reformat pkgs/ with nixpkgs-fmt 2022-07-16 16:55:29 +08:00
thokr.nix
vpaint.nix
wayback.nix

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.