Home

dotnix @101d4e2c16aca816178d01640d6cafa1dac1e8a3 - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / justfile
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
[private]
default:
	@just --choose

[private]
rebuild *args:
	@git add .
	@sudo nixos-rebuild --flake . {{args}}

# Rebuild the current machine
switch *args:
	@just rebuild switch {{args}}

# Update the flake
update:
	@nix flake update