Compare commits

..

No commits in common. "a108a9901f1a3fa0c3ab00f0fe5e9580a02b08c2" and "ac21fd6fdb413ca4a3679736dae2a73d2e212bde" have entirely different histories.

2 changed files with 6 additions and 19 deletions

12
flake.lock generated
View file

@ -285,11 +285,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1769938621,
"narHash": "sha256-BJqiacimHdDcheEhFI0z2LczSjk/YYYIYd5/Dudj5m4=",
"lastModified": 1769914881,
"narHash": "sha256-J+/h02BfL/oo7vhNv/KZ410nktVYmHr1GM4rpUWWC+U=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "b448c29906537bdfceb9b341dca383803271f8e4",
"rev": "475e1d3aab316ba2403605a2feee7685c806723f",
"type": "github"
},
"original": {
@ -689,11 +689,11 @@
]
},
"locked": {
"lastModified": 1769939035,
"narHash": "sha256-Fok2AmefgVA0+eprw2NDwqKkPGEI5wvR+twiZagBvrg=",
"lastModified": 1769069492,
"narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=",
"owner": "cachix",
"repo": "git-hooks.nix",
"rev": "a8ca480175326551d6c4121498316261cbb5b260",
"rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
"type": "github"
},
"original": {

View file

@ -15,16 +15,3 @@ 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"