From 87e241cb5fa589819bc23e4747729a2a9860903e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 12 Oct 2024 07:54:11 -0700 Subject: just: remove devshell wrapper --- parts/just.nix | 4 ++-- 1 file 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 -- cgit v1.2.3