mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
chore(just): add 'activate'
This commit is contained in:
parent
43d4c4372c
commit
9ff9061340
1 changed files with 5 additions and 0 deletions
5
justfile
5
justfile
|
|
@ -1,6 +1,11 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
# Activate local configuration
|
||||
activate:
|
||||
nix run
|
||||
|
||||
# Format the nix source tree
|
||||
fmt:
|
||||
treefmt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue