diff --git a/LICENSE b/.github/LICENSE similarity index 100% rename from LICENSE rename to .github/LICENSE diff --git a/justfile b/.justfile similarity index 95% rename from justfile rename to .justfile index debae97..2534752 100644 --- a/justfile +++ b/.justfile @@ -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}}