feat: add basic justfile

This commit is contained in:
notohh 2025-07-01 00:19:51 -04:00
commit 2a52976a79
Signed by: notohh
GPG key ID: BD47506D475EE86D

21
justfile Normal file
View file

@ -0,0 +1,21 @@
set shell := ["nu", "-c"]
default:
@just --list\
up:
nix flake update
upp input:
nix flake update {{input}}
switch:
nh os switch .
build:
nh os boot .
repl:
nix repl -f flake:nixpkgs