mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
deploy with justfile
This commit is contained in:
parent
b121ac562f
commit
351ad8d494
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -9,6 +9,9 @@ alias c := cache
|
||||||
rebuild:
|
rebuild:
|
||||||
sudo nixos-rebuild switch --flake .#
|
sudo nixos-rebuild switch --flake .#
|
||||||
|
|
||||||
|
deploy MACHINE:
|
||||||
|
nix run .#deploy-{{MACHINE}}
|
||||||
|
|
||||||
vim:
|
vim:
|
||||||
nix flake lock --update-input nixvim
|
nix flake lock --update-input nixvim
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue