nixos-config/pkgs
Gabriel Arazas bdd0c13ba0 gnome-search-provider-browser-tabs: remove package
Some occasional spring cleaning of the package set and I don't use this
anymore.
2022-07-16 16:40:42 +08:00
..
awesome-cli awesome-cli: init at 0.7.2 2022-07-09 07:06:31 +08:00
cursedgl pkgs/cursedgl: update patch to only install examples source code 2022-07-09 11:02:31 +08:00
dialect dialect: unstable-2022-07-11 -> 2.0.1 2022-07-16 07:46:10 +08:00
domterm domterm: unstable-2022-05-13 -> unstable-2022-07-08 2022-07-08 07:27:14 +08:00
nautilus-annotations nautilus-annotations: init at 0.8.4 2022-07-13 20:32:10 +08:00
neuwaita-icon-theme neuwaita-icon-theme: rename from skeuowaita 2022-06-08 22:41:45 +08:00
onagre fix custom installer ISO workflow 2022-06-17 12:00:47 +08:00
tic-80 tic-80: unstable-2021-12-18 -> unstable-2022-01-18 2022-01-18 18:29:45 +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
artem.nix artem: init at 1.0.3 2022-05-14 22:57:08 +08:00
auto-editor.nix auto-editor: 22w22a -> 22w25a 2022-07-07 18:38:59 +08:00
blueprint-compiler.nix blueprint-compiler: 2022-03-27 -> 0.2.0 2022-06-23 17:01:10 +08:00
butler.nix butler: init at 15.21.0 2022-02-02 12:38:57 +08:00
clidle.nix clidle: unstable-2022-03-02 -> unstable-2022-07-07 2022-07-07 19:49:36 +08:00
default.nix gnome-search-provider-browser-tabs: remove package 2022-07-16 16:40:42 +08:00
devdocs-desktop.nix pkgs: format files with nixfmt 2022-03-28 08:18:15 +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.2 -> 0.5.3 2022-07-07 19:30:20 +08:00
emulsion-palette.nix emulsion-palette: 3.2.0 -> 3.3.9 2022-07-16 16:38:04 +08:00
freerct.nix freerct: init at 0.1 2022-05-11 23:29:45 +08:00
gnome-extension-manager.nix gnome-extension-manager: 0.3.0 -> 0.3.1 2022-06-23 17:01:10 +08:00
gnome-search-provider-recoll.nix gnome-search-provider-recoll: init at 1.1.1 2022-01-26 23:31:26 +08:00
gnome-shell-extension-fly-pie.nix gnome-shell-extension-fly-pie: 15 -> 16 2022-03-31 10:00:31 +08:00
gnome-shell-extension-pop-shell.nix gnome-shell-extension-pop-shell: unstable-2022-01-19 -> unstable-2022-06-25 2022-06-26 08:41:09 +08:00
gol-c.nix gol-c: init at unstable-2022-03-25 2022-03-26 11:10:38 +08:00
guile-config.nix pkgs: update license metadata 2022-03-27 11:49:26 +08:00
guile-hall.nix pkgs: format files with nixfmt 2022-03-28 08:18:15 +08:00
hoppscotch-cli.nix hoppscotch-cli: init at 0.0.8 2022-03-26 11:10:24 +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
junction.nix pkgs: format files with nixfmt 2022-03-28 08:18:15 +08:00
libcs50.nix
moac.nix moac: init at 2.0.2 2022-03-02 16:18:23 +08:00
mopidy-beets.nix pkgs: format files with nixfmt 2022-03-28 08:18:15 +08:00
mopidy-funkwhale.nix pkgs: format files with nixfmt 2022-03-28 08:18:15 +08:00
mopidy-internetarchive.nix pkgs: format files with nixfmt 2022-03-28 08:18:15 +08:00
pop-launcher-plugin-duckduckgo-bangs.nix pkgs: update metadata 2022-03-27 11:29:42 +08:00
pop-launcher.nix pop-launcher: 1.1.0 -> 1.2.1 2022-06-26 08:40:46 +08:00
README.adoc Update package set and documentation 2021-11-29 18:27:56 +08:00
segno.nix segno: init at 1.4.1 2022-02-02 13:11:44 +08:00
text-engine.nix pkgs: format files with nixfmt 2022-03-28 08:18:15 +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 pkgs: format files with nixfmt 2022-03-28 08:18:15 +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.

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 .#${pkg}.