create-a-static-blog-with-nix/justfile
2025-06-22 20:50:32 +02:00

13 lines
241 B
Makefile

# The default command to run when ran with just 'just'
[group('General')]
default: help
# Print the available commands
[group('General')]
help:
@just --list
# Update project dependencies
[group('General')]
update:
nix flake update