nixos-config/pkgs
Gabriel Arazas 5c5d6dac93 tic-80: update to unstable-2021-12-18
Building with SDL is not working for now so we built it with sokol. It
also has new outputs separating with the console and the development
tools.
2021-12-18 17:34:04 +08:00
..
tic-80 tic-80: update to unstable-2021-12-18 2021-12-18 17:34:04 +08:00
default.nix llama: init at 1.0.2 2021-12-18 16:21:22 +08:00
doggo.nix Update various configurations 2021-12-11 13:37:27 +08:00
gnome-shell-extension-fly-pie.nix gnome-shell-extension-fly-pie: init at v12 2021-12-12 13:50:40 +08:00
gnome-shell-extension-pop-shell.nix Update various configurations 2021-12-11 13:37:27 +08:00
libcs50.nix Add my custom packages 2021-11-29 17:58:20 +08:00
llama.nix llama: init at 1.0.2 2021-12-18 16:21:22 +08:00
neo.nix neo: init at 0.6 2021-12-18 16:21:22 +08:00
pop-launcher-plugin-duckduckgo-bangs.nix Reformat and refactor the packages 2021-12-06 17:53:33 +08:00
pop-launcher.nix Reformat and refactor the packages 2021-12-06 17:53:33 +08:00
README.adoc Update package set and documentation 2021-11-29 18:27:56 +08:00
sioyek.nix sioyek: init at 1.0.0 2021-12-18 16:16:34 +08:00

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}.