mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
8a371e0e97
Some checks failed
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update flake inputs / update (push) Has been cancelled
Update Firefox addons / update-firefox-addons (push) Has been cancelled
|
||
---|---|---|
.. | ||
awesome-cli | ||
base16-builder-go | ||
blender-blendergis | ||
blender-machin3tools | ||
ctrld | ||
domterm | ||
fastn | ||
firefox-addons | ||
flatsync | ||
lazyjj | ||
lwp | ||
mopidy-listenbrainz | ||
nautilus-annotations | ||
pigeon-mail | ||
pop-launcher-plugin-brightness | ||
pop-launcher-plugin-jetbrains | ||
sessiond | ||
smile | ||
software-heritage | ||
speki | ||
tic-80 | ||
uwsm | ||
vgc | ||
watc | ||
willow | ||
wzmach | ||
xs | ||
clidle.nix | ||
default.nix | ||
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 and nixpkgs extensions 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
.