mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
c0969ee5c7
Similar to burn-my-windows, it is up-to-date in the nixpkgs repo so it is unnecessary. |
||
---|---|---|
.. | ||
tic-80 | ||
auto-editor.nix | ||
blueprint-compiler.nix | ||
butler.nix | ||
clidle.nix | ||
default.nix | ||
devdocs-desktop.nix | ||
distant.nix | ||
doggo.nix | ||
emulsion-palette.nix | ||
gnome-extension-manager.nix | ||
gnome-search-provider-browser-tabs.nix | ||
gnome-search-provider-recoll.nix | ||
gnome-shell-extension-fly-pie.nix | ||
gnome-shell-extension-pop-shell.nix | ||
gol-c.nix | ||
guile-config.nix | ||
guile-hall.nix | ||
hoppscotch-cli.nix | ||
ictree.nix | ||
junction.nix | ||
libcs50.nix | ||
moac.nix | ||
mopidy-beets.nix | ||
mopidy-funkwhale.nix | ||
mopidy-internetarchive.nix | ||
pop-launcher-plugin-duckduckgo-bangs.nix | ||
pop-launcher.nix | ||
README.adoc | ||
segno.nix | ||
sioyek.nix | ||
text-engine.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.
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}
.