Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codgician/serenitea-pot
❄️ Home to all my Nix-managed device profiles.
https://github.com/codgician/serenitea-pot
nix-darwin nix-flake nixos nixos-configuration nixos-dotfiles
Last synced: 7 days ago
JSON representation
❄️ Home to all my Nix-managed device profiles.
- Host: GitHub
- URL: https://github.com/codgician/serenitea-pot
- Owner: codgician
- License: mit
- Created: 2023-07-23T11:13:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:15:16.000Z (16 days ago)
- Last Synced: 2024-10-29T12:17:35.460Z (16 days ago)
- Topics: nix-darwin, nix-flake, nixos, nixos-configuration, nixos-dotfiles
- Language: Nix
- Homepage:
- Size: 1.29 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ❄️ Serenitea Pot
[![Built with Nix](https://img.shields.io/static/v1?logo=nixos&logoColor=white&label=&message=Built%20with%20Nix&color=41439a)](https://builtwithnix.org)
[![build](https://github.com/codgician/serenitea-pot/actions/workflows/build.yml/badge.svg)](https://github.com/codgician/serenitea-pot/actions/workflows/build.yml)
[![evergreen](https://github.com/codgician/serenitea-pot/actions/workflows/evergreen.yml/badge.svg)](https://github.com/codgician/serenitea-pot/actions/workflows/evergreen.yml)
![Man hours](https://manhours.aiursoft.cn/r/github.com/codgician/serenitea-pot.svg)
![logo](https://github.com/codgician/serenitea-pot/assets/15964984/17d0e39c-9bee-4dd1-9aed-bb8d21f23daf)Home to all my Nix-managed device profiles.
*Naming conventions and logos in this repository are mainly derived from Genshin Impact by miHoYo/HoYoverse.*
## Binary cache
- **Cache URL**: `https://codgician.cachix.org`
- **Public Key**: `codgician.cachix.org-1:v4RtwkbJZJwfDxH5hac1lHehIX6JoSL726vk1ZctN8Y=`## Quick start
### Develop
Start developing with your own flavor of shell:
```bash
nix develop -c $SHELL
```Don't have nix flake support? Try this instead:
```bash
nix-shell
```Format the nix code:
```bash
nix fmt
```To inspect evaluated values or do experiments, you may run REPL using:
```bash
nix run .#repl
```## Documentation
Checkout `docs` subfolder for more documentation (work in progress).