nixos-config/pkgs
Gabriel Arazas d15434a96b
ags: use nixpkgs' version for Typescript
That's what the upstream uses so we'll go with it.
2024-03-04 22:51:56 +08:00
..
ags ags: use nixpkgs' version for Typescript 2024-03-04 22:51:56 +08:00
awesome-cli
base16-builder-go base16-builder-go: init at 0.3.0 2024-02-09 19:22:40 +08:00
blender-blendergis
blender-machin3tools
domterm
fastn
firefox-addons
lwp
nautilus-annotations
niri niri: 0.1.0 -> 0.1.1 2024-02-08 11:07:16 +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
speki
tic-80
uwsm chore: reformat codebase 2024-02-07 08:51:34 +08:00
vgc
watc
wzmach
xs
clidle.nix
default.nix base16-builder-go: init at 0.3.0 2024-02-09 19:22:40 +08:00
distant.nix
freerct.nix
gnome-search-provider-recoll.nix
hush-shell.nix
moac.nix
mopidy-beets.nix
mopidy-funkwhale.nix
mopidy-internetarchive.nix
pop-launcher-plugin-duckduckgo-bangs.nix
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.