commit 86a43a75d0b0edbf0a331b63640b9797065b624c
parent 88abf33335ff53bc08460465f57859d93fc85b82
Author: mtmn <miro@haravara.org>
Date: Sat, 2 May 2026 22:13:07 +0200
dotfiles: add `just` aliases
Diffstat:
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/justfile b/justfile
@@ -7,9 +7,6 @@ update:
check:
nix flake check --no-update-lock-file 2>&1 | grep -vE "unknown flake output '(deploy|configData)'"
-diff host="nixaran":
- nix develop -c deploy -- --dry-activate .#{{ host }} 2>&1 | grep -vE "unknown flake output '(deploy|configData)'"
-
deploy host="nixaran":
@backup nix
nix develop -c deploy .#{{ host }} 2>&1 | grep -vE "unknown flake output '(deploy|configData)'"
diff --git a/modules/mixins/dotfiles/config/shell/rc/aliased-short-names b/modules/mixins/dotfiles/config/shell/rc/aliased-short-names
@@ -109,3 +109,4 @@ alias chomp='perl -pe chomp'
alias cej='just check'
alias bdj='just build'
alias dpj='just deploy'
+alias dfj='just diff'