summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-12 07:54:11 -0700
committerFuwn <[email protected]>2024-10-12 07:54:11 -0700
commit87e241cb5fa589819bc23e4747729a2a9860903e (patch)
tree18e15d9d6940e3962763a6f1388002cbffc20b6a
parentlock: rui, tsutsumi (diff)
downloadnixos-config-87e241cb5fa589819bc23e4747729a2a9860903e.tar.xz
nixos-config-87e241cb5fa589819bc23e4747729a2a9860903e.zip
just: remove devshell wrapper
-rw-r--r--parts/just.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/just.nix b/parts/just.nix
index 62ab215..a867452 100644
--- a/parts/just.nix
+++ b/parts/just.nix
@@ -4,7 +4,7 @@
justfile = ''
action target action:
- git add . && nix develop --command rui --allow-unfree --allow-insecure {{target}} {{action}} -- --impure
+ git add . && rui --allow-unfree --allow-insecure {{target}} {{action}} -- --impure
build target:
just action {{target}} build
@@ -16,7 +16,7 @@
rui home news --user {{user}} -- --impure
check:
- nix develop --command nix flake check
+ nix flake check
push message:
git add . && git commit -m "{{message}}" && git push origin main