fix justfile

This commit is contained in:
Sridhar Ratnakumar 2024-11-17 08:56:09 -05:00
parent ddbb3d14d3
commit aaee9c379b
No known key found for this signature in database

View file

@ -6,10 +6,10 @@ default:
activate:
nix run
# Deploy host 'immediacy'
# Deploy host 'pureintent'
[group('main')]
deploy:
nix run . immediacy
nix run . pureintent
# Format the nix source tree
fmt: