mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: add devshell
This commit is contained in:
parent
d38a51ae5c
commit
a177ce510f
3 changed files with 45 additions and 0 deletions
|
|
@ -121,6 +121,15 @@ just age -e <file> -o <output.age>
|
|||
|
||||
## Development
|
||||
|
||||
### Development Shell
|
||||
|
||||
A Nix development shell is available with useful tools for working on this configuration:
|
||||
|
||||
```bash
|
||||
# Enter the development shell
|
||||
nix develop
|
||||
```
|
||||
|
||||
### Formatting
|
||||
|
||||
Code is formatted using `treefmt-nix` with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue