tangled
alpha
login
or
join now
m1emi1em.dev
/
nixos-flake
Personal NixOS flake
1
fork
atom
overview
issues
pulls
pipelines
feat(justfile): add a repl recipe :3
m1emi1em.dev
2 months ago
4b54b56a
89687f97
options
unified
split
Changed files
+3
justfile
+3
justfile
···
12
12
13
13
update-and-commit:
14
14
nix flake update && git add flake.lock && git commit -m "chore: update flake.lock"
15
15
+
16
16
+
repl:
17
17
+
nix repl --expr "builtins.getFlake \"$(pwd)\""