summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-01 05:20:55 -0700
committerFuwn <[email protected]>2024-10-01 05:21:07 -0700
commit68a99373f88f2b428f0d697ba7eca6aeacd2274f (patch)
treed0b927f419702126a8b7df1bce4f845d4ad638fd /justfile
parentflake: move single-use library expressions (diff)
downloadnixos-config-68a99373f88f2b428f0d697ba7eca6aeacd2274f.tar.xz
nixos-config-68a99373f88f2b428f0d697ba7eca6aeacd2274f.zip
flake: adaptive flake root
Diffstat (limited to 'justfile')
-rw-r--r--justfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/justfile b/justfile
index 7528600..c7ad91d 100644
--- a/justfile
+++ b/justfile
@@ -2,7 +2,7 @@ default:
@just --list
action target action:
- git add . && rui --allow-unfree {{target}} {{action}} -- --impure
+ git add . && nix develop --command rui --allow-unfree {{target}} {{action}} -- --impure
build target:
just action {{target}} build
@@ -13,6 +13,9 @@ switch target:
news user='ebisu':
rui home news --user {{user}} -- --impure
+check:
+ nix develop --command nix flake check
+
push message:
git add . && git commit -m "{{message}}" && git push origin main