feat: add basic justfile
This commit is contained in:
parent
19ea2c265a
commit
2a52976a79
1 changed files with 21 additions and 0 deletions
21
justfile
Normal file
21
justfile
Normal 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue