feat(devenv): add statix
This commit is contained in:
parent
1f86d66063
commit
aa8c49c5bd
6 changed files with 24 additions and 17 deletions
5
justfile
5
justfile
|
@ -15,4 +15,7 @@ switch *args:
|
|||
sudo nixos-rebuild switch --flake . --keep-going {{ args }}
|
||||
|
||||
deploy system:
|
||||
deploy -s .#{{ system }}
|
||||
deploy -s .#{{ system }}
|
||||
|
||||
lint *args:
|
||||
statix check -i flake.nix **/hardware-configuration.nix {{ args }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue