Run nix fmt
Format using `nixfmt-rfc-style`.
This commit is contained in:
parent
14a1f177a0
commit
7f2df5f726
24 changed files with 317 additions and 162 deletions
3
justfile
3
justfile
|
@ -4,6 +4,9 @@ _default:
|
|||
check:
|
||||
nix flake check
|
||||
|
||||
fmt:
|
||||
nix fmt flake.nix lib
|
||||
|
||||
nixos-build *args:
|
||||
sudo nixos-rebuild build --flake . {{ args }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue