Files
jungle/README.md
Rodrigo Arias Mallo f3bb716c98 Add contributing guidelines
Regulate git commit style and ban LLM usage.
2026-03-27 12:43:32 +01:00

12 lines
392 B
Markdown

# Jungle
This repository provides two components that can be used independently:
- A Nix overlay with packages used at BSC (formerly known as bscpkgs). Access
them directly with `nix shell .#<pkgname>`.
- NixOS configurations for jungle machines. Use `nixos-rebuild switch --flake .`
to upgrade the current machine.
Before contributing, please read the [guidelines](CONTRIBUTING.md).