nixos-config/pkgs
2024-01-09 10:52:10 +08:00
..
ags ags: 1.5.5-beta -> 1.6.3-beta 2024-01-04 11:59:39 +08:00
awesome-cli pkgs: update hash attributes 2023-11-24 15:53:25 +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 fastn: init at 0.3.9 2023-07-18 14:10:32 +08:00
firefox-addons firefox-addons: update as of 2024-01-15 2024-01-15 01:06:32 +00:00
kiwmi kiwmi: patch for updated wlroots 2023-09-09 20:03:49 +08:00
lwp lwp: 1.2 -> 2.0.0 2023-07-17 11:44:57 +08:00
nautilus-annotations nautilus-annotations: 0.10.0 -> 2.0.1 2023-07-17 11:48:55 +08:00
niri niri: 0.1.0-alpha.2 -> 0.1.0-alpha.3 2024-01-09 10:52:10 +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
sessiond sessiond: init at 0.6.1 2023-08-22 09:18:38 +08:00
smile smile: 1.7.0 -> 2.3.0 2023-06-01 11:41:15 +08:00
software-heritage swh.swh-fuse: 1.0.5 -> 1.0.6 2023-08-18 17:21:49 +08:00
speki speki: disable check 2023-07-18 10:06:26 +08:00
tic-80 chore: reformat codebase 2023-07-19 17:27:33 +08:00
vgc vgc: unstable-2022-08-27 -> unstable-2023-02-05 2023-02-05 16:25:59 +08:00
watc pkgs: update hash attributes 2023-11-24 15:53:25 +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
clidle.nix pkgs: update hash attributes 2023-11-24 15:53:25 +08:00
default.nix niri: init at 0.1.0-alpha.2 2023-12-27 19:15:25 +08:00
distant.nix distant: 0.16.4 -> 0.20.0 2023-07-15 15:43:22 +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
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 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 docs: update 2022-09-19 10:56:06 +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.