chore: move some files

This commit is contained in:
winston 2023-05-19 04:07:44 +02:00
parent ab0b47fec7
commit 02aee26592
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 2 additions and 4 deletions

View file

View file

@ -1,10 +1,8 @@
# vim:ft=just:fdm=marker
[private]
default:
@just --choose
# wrapper around {nixos,darwin}-rebuild, always taking the flake {{{
# wrapper around {nixos,darwin}-rebuild, always taking the flake
[private]
[macos]
rebuild *args:
@ -18,8 +16,8 @@ rebuild *args:
[linux]
rebuild *args:
sudo nixos-rebuild --flake . {{args}}
# }}}
# public commands
build *args:
@just rebuild build {{args}}