nixos-config/pkgs
2023-06-16 13:14:02 +08:00
..
awesome-cli
cosmic-launcher
cursedgl
decker
domterm
gnome-shell-extension-burn-my-windows gnome-shell-extension-burn-my-windows: 31 -> 34 2023-06-16 13:12:44 +08:00
kiwmi
lwp lwp: 1.1 -> 1.2 2022-10-24 12:11:38 +08:00
nautilus-annotations
neuwaita-icon-theme
pop-launcher-plugin-brightness
pop-launcher-plugin-jetbrains
smile smile: 1.7.0 -> 2.3.0 2023-06-01 11:41:15 +08:00
software-heritage shw.swh-auth: update python-keycloak 2023-05-09 16:03:56 +08:00
speki speki: init at 0.4.8 2023-06-06 12:11:17 +08:00
tic-80
vgc
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
clidle.nix clidle: unstable-2022-03-02 -> unstable-2022-07-07 2022-07-07 19:49:36 +08:00
default.nix speki: init at 0.4.8 2023-06-06 12:11:17 +08:00
distant.nix
freerct.nix
gnome-search-provider-recoll.nix
gnome-shell-extension-fly-pie.nix gnome-shell-extension-fly-pie: 20 -> 21 2023-06-16 13:14:02 +08:00
gnome-shell-extension-pop-shell.nix
gol-c.nix
guile-config.nix
hush-shell.nix
ictree.nix ictree: 0.2.2 -> 1.0.1 2022-07-07 19:33:05 +08:00
libcs50.nix
moac.nix moac: disable checks when building 2022-07-21 11:29:30 +08:00
mopidy-beets.nix
mopidy-funkwhale.nix
mopidy-internetarchive.nix
pop-launcher-plugin-duckduckgo-bangs.nix
README.adoc
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
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.