mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
11 lines
143 B
Makefile
11 lines
143 B
Makefile
default:
|
|
@just --list
|
|
|
|
# Activate local configuration
|
|
[group('main')]
|
|
activate:
|
|
nix run
|
|
|
|
# Format the nix source tree
|
|
fmt:
|
|
treefmt
|