nixos-config/pkgs
2024-06-21 16:11:21 +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
domterm domterm: unstable-2022-11-02 -> unstable-2023-07-22 2023-07-23 10:33:27 +08:00
fastn pkgs/fastn: 0.3.9 -> 0.4.69 2024-06-20 14:32:08 +08:00
firefox-addons firefox-addons: update as of 2024-05-20 2024-05-20 01:05:16 +00:00
lwp
nautilus-annotations
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-jetbrains
sessiond sessiond: add meta.mainProgram and meta.maintainers 2024-01-21 19:11:33 +08:00
smile
software-heritage swh.swh-fuse: 1.0.5 -> 1.0.6 2023-08-18 17:21:49 +08:00
speki
tic-80
uwsm chore: reformat codebase 2024-02-07 08:51:34 +08:00
vgc
watc pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
willow willow: init package 2024-05-18 16:41:22 +08:00
wzmach
xs
clidle.nix pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
default.nix pkgs/pigeon-mail: init at 0.4.2 2024-06-21 16:11:21 +08:00
distant.nix
freerct.nix
gnome-search-provider-recoll.nix
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
mopidy-funkwhale.nix
mopidy-internetarchive.nix
pop-launcher-plugin-duckduckgo-bangs.nix pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
README.adoc

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.