Fix issues after updating lockfile
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
parent
a5d42d3a0c
commit
a3ac254912
12 changed files with 215 additions and 157 deletions
|
|
@ -13,7 +13,7 @@
|
|||
- **Deploy**: `nix run github:serokell/deploy-rs -- .#<hostname>` (e.g., `.#gospel`)
|
||||
|
||||
## Code Style Guidelines
|
||||
- **Formatter**: Use nixfmt-rfc-style for Nix code formatting (managed by devenv pre-commit hooks)
|
||||
- **Formatter**: Use nixfmt for Nix code formatting (managed by devenv pre-commit hooks)
|
||||
- **Pre-commit**: Hooks run automatically on commit via devenv (trailing whitespace, YAML validation, etc.)
|
||||
- **Imports**: Group function parameters in curly braces, use `...` for extensibility
|
||||
- **Naming**: Use camelCase for variables, kebab-case for hostnames/services
|
||||
|
|
@ -31,4 +31,4 @@
|
|||
- `homes/`: Home Manager configurations
|
||||
- `modules/`: Reusable modules (nixos/ and home/)
|
||||
- `packages/`: Custom package definitions
|
||||
- `.envrc`: Direnv configuration for automatic shell activation
|
||||
- `.envrc`: Direnv configuration for automatic shell activation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue