Site for my Nix docs nix.ladas552.me

update

Ladas552 be19c84f 2a011ff8

+5 -4
+4 -4
flake.lock
··· 2 2 "nodes": { 3 3 "nixpkgs": { 4 4 "locked": { 5 - "lastModified": 1771008912, 6 - "narHash": "sha256-MUxwjvnO2hZitXm52phpSCcCv5Zx4DeVTAPZa8jcxtw=", 7 - "rev": "a82ccc39b39b621151d6732718e3e250109076fa", 5 + "lastModified": 1771369470, 6 + "narHash": "sha256-QuLskcmhZmccr+kp9DhjrH7AkFvA9mf+dZdOQfNq/KI=", 7 + "rev": "0182a361324364ae3f436a63005877674cf45efb", 8 8 "type": "tarball", 9 - "url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre945868.a82ccc39b39b/nixexprs.tar.xz?lastModified=1771008912&rev=a82ccc39b39b621151d6732718e3e250109076fa" 9 + "url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre948083.0182a3613243/nixexprs.tar.xz?lastModified=1771369470&rev=0182a361324364ae3f436a63005877674cf45efb" 10 10 }, 11 11 "original": { 12 12 "type": "tarball",
+1
flake.nix
··· 36 36 (pk "new" "lith new -k norg posts/$1") 37 37 (pk "edit" "nvim ./content/posts") 38 38 (pk "update" "nix flake update") 39 + (pk "deploy" "lith build && scp -r public/* ladas552@nix.ladas552.me:/var/www/nix") 39 40 ]; 40 41 }; 41 42 };