/the-crapper

Nix derivations I hacked together

Primary LanguageNix

Nix derivations that I hacked together

To build something, run nix-build ./default.nix -A foo

To install something, run nix-env -f ./default.nix -i foo

Flakes ARE supported!