Compare commits
3 commits
ac21fd6fdb
...
a108a9901f
| Author | SHA1 | Date | |
|---|---|---|---|
| a108a9901f | |||
| 37494cf5f1 | |||
| 82bf3a59f8 |
2 changed files with 19 additions and 6 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -285,11 +285,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1769914881,
|
||||
"narHash": "sha256-J+/h02BfL/oo7vhNv/KZ410nktVYmHr1GM4rpUWWC+U=",
|
||||
"lastModified": 1769938621,
|
||||
"narHash": "sha256-BJqiacimHdDcheEhFI0z2LczSjk/YYYIYd5/Dudj5m4=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "475e1d3aab316ba2403605a2feee7685c806723f",
|
||||
"rev": "b448c29906537bdfceb9b341dca383803271f8e4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -689,11 +689,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1769069492,
|
||||
"narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=",
|
||||
"lastModified": 1769939035,
|
||||
"narHash": "sha256-Fok2AmefgVA0+eprw2NDwqKkPGEI5wvR+twiZagBvrg=",
|
||||
"owner": "cachix",
|
||||
"repo": "git-hooks.nix",
|
||||
"rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
|
||||
"rev": "a8ca480175326551d6c4121498316261cbb5b260",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
13
justfile
13
justfile
|
|
@ -15,3 +15,16 @@ deploy-all:
|
|||
|
||||
reboot server:
|
||||
ssh -t root@{{server}} "reboot"
|
||||
|
||||
update:
|
||||
nh os test -u -a && nh os switch
|
||||
|
||||
test:
|
||||
nh os test -a
|
||||
|
||||
switch:
|
||||
nh os switch -a
|
||||
|
||||
commit-lock:
|
||||
git add flake.lock
|
||||
git commit -m "feat: update flake.lock"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue