An open API service indexing awesome lists of open source software.

https://github.com/c-base/hyperblast-nixos

NixOS configuration for hyperblast
https://github.com/c-base/hyperblast-nixos

Last synced: about 2 months ago
JSON representation

NixOS configuration for hyperblast

Awesome Lists containing this project

README

          

# Usage:

To install, run this:
```
nixos-rebuild switch --flake github:c-base/hyperblast-nixos#hyperblastng
```

To update, run

```
# In the git repo:
nix flake update --commit-lock-file --commit-lockfile-summary "chore: update flake dependencies"
git push ...

# On the target machine:
nixos-rebuild switch --flake github:c-base/hyperblast-nixos
```