The code and data behind xeiaso.net
5
fork

Configure Feed

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

Fix the flake URL format (#483)

Good old Nix changing things. I've also noted the branch format, since they hard-coded it to master by default.

authored by

Jade Lovelace and committed by
GitHub
7bf1f82c 1bb8e930

+1 -1
+1 -1
blog/nix-flakes-1-2022-02-21.markdown
··· 422 422 this: 423 423 424 424 ``` 425 - git+ssh://git@github.com:user/repo 425 + git+ssh://git@github.com/user/repo?ref=main 426 426 ``` 427 427 428 428 [I'm pretty sure you could use private git repos outside of flakes, however it