Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 685 Bytes

File metadata and controls

27 lines (24 loc) · 685 Bytes

How to use Develop Config

Directory structure

.
│
├── flake.nix
│
│   # Check if your nix file is formatted before uploading
├── checks 
│   └── pre-commit-check
│       └── default.nix
│
│   # agenix command support
├── shells
│   └── default
│       └── default.nix│
│
│   # direnv: https://github.com/direnv/direnv/wiki/Nix
├── .envrc
│
│   # statix: https://github.com/oppiliappan/statix?tab=readme-ov-file#configuration
└── statix.toml