This repository contains a handful of NixOS packages packaged by me. You're free to use these as the basis for any inclusions in nixpkgs, just let me know if you do.
This flake is intended for use on nixos-unstable.
You can try out these packages without installing them with the following command:
nix run github:Bazinga9000/baz9k-pkgs#PACKAGE_NAME
Alternatively, to use these packages in an NixOS configuration, add this flake to your inputs:
inputs.baz9k-pkgs = {
url = "github:Bazinga9000/baz9k-pkgs";
inputs.nixpkgs.follows = "nixpkgs";
}; And either add the desired packages from inputs:
environment.systemPackages = [
inputs.baz9k-pkgs.packages.${pkgs.stdenv.hostPlatform.system}.PACKAGE_NAME
]Or enable the provided overlay:
nixpkgs.overlays = [ inputs.baz9k-pkgs.overlays.default ];
environment.systemPackages = [
PACKAGE_NAME
];Most of this repository's packages are automatically built and cached daily with Garnix. To avoid local builds, add the following to your nix configuration (or append to your existing substituters and trusted-public-keys if they already exist):
nix.settings = {
substituters = [ "https://cache.garnix.io" ];
trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
};The itch.io version of Hempuli's A Solitaire Mystery.
Requires ASM_linux.tar.gz in your nix-store. Download it from itch.io and run nix-store --add-fixed sha256 ./ASM_linux.tar.gz to add it to the nix store.
The block stacking game Cambridge.
Modpacks can be installed into ~/.local/share/love/cambridge/ as usual.
A font package containing the four Kreative Kore fonts by KreativeKorp. These fonts support a wide variety of scripts along with the Under-ConScript Unicode Registry and some other goodies.
These fonts are:
- Constructium
- Fairfax
- Fairfax HD
- Kreative Square
A package of this fork of Magic Set Editor 2, for creating and editing custom Magic: The Gathering cards. magicseteditor ships with the MSE community's Full Template Pack for Magic cards.
If you want to also include the similar pack for non-Magic games, use magicseteditor.all. This is large, and the games inside work to varying levels. Since I primarily use this for Magic only, I only provide support/fixes for MSE failing to open at all due to extremely broken templates if you use this option. Problems with individual templates should otherwise be reported upstream.
A microtonal synthesizer program written in Rust. Learn more here.
A font for Edward Trager's Nahuatl abugida. Learn more here.
A standalone 2-10 player remake of the Mario vs Luigi gamemode from New Super Mario Bros DS. Play in the browser here.
mvlo-modloader provides a community modloader for MvLO and does not require nsmb-mariovsluigi to be installed.
*(Note: To run windows-only mods, go to Settings -> Advanced -> Extra args and add wine for .exe)
A font for displaying the Argam numeral set.
Argam orignally created by Michael Thomas De Vlieger. Times New Argam font created by Shannon Lovelace.
This flake also contains mirrors of some packages with their own flakes to allow them to be cached into Garnix, updated daily directly from the most recent commit. These packages are:
uiua-git: The Uiua programming language, with all features enabled.noctalia-git-calendar: The Noctalia shell, with calendar support enabled.
Do not report issues with these packages upstream unless you have already verified that the problem is not exclusive to this mirror.