Skip to content

Commit

Permalink
Misc: Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fromtheeast710 committed Aug 12, 2024
1 parent 7f9f5e2 commit a1558af
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,30 @@ r *ARG:
e:
cargo expand --bin lstodo | bat -l rs

# build release binary
bc:
# cargo build release binary
cb:
cargo build --frozen --release --all-features

bn:
nix build |& nom

# remove the target dir
c:
cc:
cargo clean

# nix build release derivative
nb:
nix build |& nom

# nix update flake.lock
nu:
nix flake update

# nix check flake
nc:
nix flake check

# nix show flake's info
ns:
nix flake show

# reload environment
d:
direnv reload

0 comments on commit a1558af

Please sign in to comment.