mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
Gabriel Arazas
ea68dbbf54
This is generated from mozilla-addons-to-nix from rycee. It is also how they build their own list of Firefox addons in the NUR repo. |
||
---|---|---|
.. | ||
awesome-cli | ||
cosmic-launcher | ||
cursedgl | ||
decker | ||
domterm | ||
firefox-addons | ||
gnome-shell-extension-burn-my-windows | ||
kiwmi | ||
lwp | ||
nautilus-annotations | ||
neuwaita-icon-theme | ||
pop-launcher-plugin-brightness | ||
pop-launcher-plugin-jetbrains | ||
smile | ||
software-heritage | ||
speki | ||
tic-80 | ||
vgc | ||
watc | ||
wzmach | ||
xs | ||
auto-editor.nix | ||
clidle.nix | ||
default.nix | ||
distant.nix | ||
freerct.nix | ||
gnome-search-provider-recoll.nix | ||
gnome-shell-extension-fly-pie.nix | ||
gnome-shell-extension-pop-shell.nix | ||
gol-c.nix | ||
guile-config.nix | ||
hush-shell.nix | ||
ictree.nix | ||
libcs50.nix | ||
moac.nix | ||
mopidy-beets.nix | ||
mopidy-funkwhale.nix | ||
mopidy-internetarchive.nix | ||
pop-launcher-plugin-duckduckgo-bangs.nix | ||
README.adoc | ||
segno.nix | ||
thokr.nix | ||
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
.