this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Just recipe to also update

Ben C 27fdbee1 8e49f75b

+10 -3
+3 -3
flake.lock
··· 449 449 ] 450 450 }, 451 451 "locked": { 452 - "lastModified": 1774357444, 453 - "narHash": "sha256-xISUnO64LVh+DhV6wMAbWJtWjw9eqUQBJE/NX4BcDlw=", 452 + "lastModified": 1774368172, 453 + "narHash": "sha256-Vdfo8+2SQhgc7i+TCIkBXzypQCFAvNrWvhUkZQtFGKE=", 454 454 "owner": "nix-community", 455 455 "repo": "home-manager", 456 - "rev": "61463d50fca2f07b39231f88ebeffbf1617d2094", 456 + "rev": "5068d0b03e8b2cfae58441775aa849b7028a3d39", 457 457 "type": "github" 458 458 }, 459 459 "original": {
+7
justfile
··· 15 15 build: 16 16 nh os build -k . {{ GARGS }} 17 17 18 + # bu: build and update 19 + 20 + alias bu := build-update 21 + 22 + build-update: 23 + nh os build -k -u . {{ GARGS }} 24 + 18 25 alias bt := boot 19 26 20 27 # bt: make the configuration the boot default without activating it