diff options
| author | Fuwn <[email protected]> | 2024-10-01 05:20:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-01 05:21:07 -0700 |
| commit | 68a99373f88f2b428f0d697ba7eca6aeacd2274f (patch) | |
| tree | d0b927f419702126a8b7df1bce4f845d4ad638fd /justfile | |
| parent | flake: move single-use library expressions (diff) | |
| download | nixos-config-68a99373f88f2b428f0d697ba7eca6aeacd2274f.tar.xz nixos-config-68a99373f88f2b428f0d697ba7eca6aeacd2274f.zip | |
flake: adaptive flake root
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |