From 898785f1b3441fc803a204537b5668d184677d8b Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Thu, 6 Feb 2025 22:36:47 -0800 Subject: [PATCH] add justfile --- justfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 00000000..0bf6fad8 --- /dev/null +++ b/justfile @@ -0,0 +1,4 @@ +[working-directory: 'provision'] +build-wsl: + cd ~/.local/share/chezmoi/provision + sudo nix run .#nixosConfigurations.wsl.config.system.build.tarballBuilder