This repository has no description
0

Configure Feed

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

musl: switch to main branch of source

i merged the pr

+3 -4
+2 -3
flake.lock
··· 166 166 "musl": { 167 167 "flake": false, 168 168 "locked": { 169 - "lastModified": 1736261761, 169 + "lastModified": 1737032533, 170 170 "narHash": "sha256-cZX+YcBL7O1TwZU+/vvD9zDE6r9Kwl4cZL3LRq5twGg=", 171 171 "owner": "tombl", 172 172 "repo": "musl", 173 - "rev": "9a99dba423852dbaffeb9f9bedad63cefed6e065", 173 + "rev": "cd2f4cf59570540da70b3937f1c667f3b2971679", 174 174 "type": "github" 175 175 }, 176 176 "original": { 177 177 "owner": "tombl", 178 - "ref": "args", 179 178 "repo": "musl", 180 179 "type": "github" 181 180 }
+1 -1
flake.nix
··· 38 38 flake = false; 39 39 }; 40 40 musl = { 41 - url = "github:tombl/musl/args"; 41 + url = "github:tombl/musl"; 42 42 flake = false; 43 43 }; 44 44 # keep-sorted end