move to backup
This commit is contained in:
parent
294dc66380
commit
a0e3d792a9
182 changed files with 156 additions and 103 deletions
36
Justfile
36
Justfile
|
|
@ -1,36 +0,0 @@
|
|||
deploy:
|
||||
nixos-rebuild switch --flake .
|
||||
|
||||
debug:
|
||||
nixos-rebuild switch --flake . --show-trace --verbose
|
||||
|
||||
up:
|
||||
nix flake update
|
||||
|
||||
# Update specific input
|
||||
# usage: make upi i=home-manager
|
||||
upi:
|
||||
nix flake update $(i)
|
||||
|
||||
history:
|
||||
nix profile history --profile /nix/var/nix/profiles/system
|
||||
|
||||
repl:
|
||||
nix repl -f flake:nixpkgs
|
||||
|
||||
clean:
|
||||
sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 7d
|
||||
|
||||
gc:
|
||||
sudo nix-collect-garbage --delete-old
|
||||
|
||||
# dnsc-air
|
||||
mre:
|
||||
if ! git diff --quiet || ! git diff --staged --quiet; then git add . && git commit -am "new revision"; fi && darwin-rebuild switch --flake .
|
||||
|
||||
mup:
|
||||
darwin-rebuild switch --recreate-lock-file --flake .
|
||||
|
||||
# dnsc-deck
|
||||
dre:
|
||||
nix run home-manager/master -- switch --flake .#dnsc-deck
|
||||
Loading…
Add table
Add a link
Reference in a new issue