https://github.com/cloudyluna/cbn-custom-flake
My silly nix flake to install Cataclysm: Bright Nights stable/nightly and preferred mods.
https://github.com/cloudyluna/cbn-custom-flake
bright-nights cataclysm cataclysm-dda cbn cdda nix nix-flake
Last synced: 3 months ago
JSON representation
My silly nix flake to install Cataclysm: Bright Nights stable/nightly and preferred mods.
- Host: GitHub
- URL: https://github.com/cloudyluna/cbn-custom-flake
- Owner: cloudyluna
- Created: 2024-11-20T01:23:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T04:59:10.000Z (6 months ago)
- Last Synced: 2025-01-21T13:33:32.012Z (5 months ago)
- Topics: bright-nights, cataclysm, cataclysm-dda, cbn, cdda, nix, nix-flake
- Language: Nix
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cbn-custom-flake
A simple nix flake to install Cataclysm: Bright Nights with my
preferred set of mods.This flake is largely derived from my own custom [CDDA experimental flake](https://github.com/cloudyluna/cdda-custom-experimental).
Currently base game is pinned to v0.7.0.
(WIP) Documentation in-progress.
## Bundled contents
### extras
- Tankmod_Revived
- jackledead_armory + jackledead_armory_expansion### expanded
All in `extras` + Otopacks soundpack.## Install or run
### Install remotely
`nix profile install --refresh github:cloudyluna/cbn-custom-flake#extras`and run `cbn-tiles-launcher` to play.
### Run remotely
`nix run --refresh github:cloudyluna/cbn-custom-flake#extras` to just run quickly.If you want music too, replace `#extras` with `#expanded`.
## To update game and contents manually
We use [nvfetcher](https://github.com/berberman/nvfetcher/blob/master/README.md) to run automatic content updates. For more info, see what you can do with nvfetcher.Game and bundled contents versions are pinned in [_sources/generated.nix](/_sources/generated.nix).
> Warning: Updates doesn't guarantee stability. Things might break. Always check content changelog before update.
To update: `nix develop --command make update`
## User folder
Saves are located in `$HOME/.cbn-custom`.