mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
745e169bde
It's not confirmed to be working though yet... I'm just packaging it for the sake of packaging it. XD |
||
---|---|---|
.. | ||
tic-80 | ||
butler.nix | ||
default.nix | ||
devdocs-desktop.nix | ||
doggo.nix | ||
gnome-search-provider-browser-tabs.nix | ||
gnome-search-provider-recoll.nix | ||
gnome-shell-extension-burn-my-windows.nix | ||
gnome-shell-extension-desktop-cube.nix | ||
gnome-shell-extension-fly-pie.nix | ||
gnome-shell-extension-pop-shell.nix | ||
guile-config.nix | ||
guile-hall.nix | ||
junction.nix | ||
libcs50.nix | ||
mopidy-beets.nix | ||
mopidy-funkwhale.nix | ||
mopidy-internetarchive.nix | ||
pop-launcher-plugin-duckduckgo-bangs.nix | ||
pop-launcher.nix | ||
README.adoc | ||
rnote.nix | ||
sioyek.nix | ||
vpaint.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}
.