this repo has no description
0
fork

Configure Feed

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

recurse submodule crap

+9 -7
+6 -6
darwin/flake.lock
··· 89 89 ] 90 90 }, 91 91 "locked": { 92 - "lastModified": 1739553546, 93 - "narHash": "sha256-L4ou3xfOr17EAe836djRoQ7auVkYOREMtiQa82wVGqU=", 92 + "lastModified": 1741126078, 93 + "narHash": "sha256-ng0a4cIq3c9E3iGKomlwqKzVYs2RLOzQho2U1Mc2sqU=", 94 94 "owner": "LnL7", 95 95 "repo": "nix-darwin", 96 - "rev": "353846417f985e74fdc060555f17939e4472ea2c", 96 + "rev": "c172f50b55b087f8e7801631de977461603bb976", 97 97 "type": "github" 98 98 }, 99 99 "original": { ··· 105 105 }, 106 106 "nixpkgs": { 107 107 "locked": { 108 - "lastModified": 1740452387, 109 - "narHash": "sha256-11VBDeztaVqa6MM9a40gYuyPuGh/HNN96xkvWk1wMK4=", 108 + "lastModified": 1741382293, 109 + "narHash": "sha256-YdWOZCa4h2L9bxS/nUdqkimUhDkaQSI0gJot6vi67Os=", 110 110 "owner": "NixOS", 111 111 "repo": "nixpkgs", 112 - "rev": "539602312ce22875de2f79c39f7268b3fb9aeb77", 112 + "rev": "efa54e7d3a1f4b475f29aade61a234672343a2ca", 113 113 "type": "github" 114 114 }, 115 115 "original": {
+1
darwin/flake.nix
··· 43 43 pkgs.xcodes 44 44 pkgs.jj 45 45 pkgs.mergiraf 46 + pkgs.lazygit 46 47 ]; 47 48 48 49 # Auto upgrade nix package and the daemon service.
+2 -1
dotfiles/.gitconfig
··· 8 8 [pull] 9 9 rebase = merges 10 10 [submodule] 11 - recurse = false 11 + recurse = true 12 + stickyRecursiveClone = true 12 13 [credential "https://github.com"] 13 14 helper = 14 15 helper = !/opt/homebrew/bin/gh auth git-credential