Home

dotnix @2422c07e884182e346173daef9c55734994b8ec9 - 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
17
18
19
20
[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-flake:
	@nix flake update

# Update an individual input
update input:
	@nix flake lock --update-input nixpkgs