From 02aee265922a00bb09de6cdfa25b56e49d6e785f Mon Sep 17 00:00:00 2001 From: winston Date: Fri, 19 May 2023 04:07:44 +0200 Subject: [PATCH] chore: move some files --- LICENSE => .github/LICENSE | 0 justfile => .justfile | 6 ++---- 2 files changed, 2 insertions(+), 4 deletions(-) rename LICENSE => .github/LICENSE (100%) rename justfile => .justfile (95%) 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}}