Compare commits

..

No commits in common. "742fba29f98481e64a16cfa133e347e912a14afd" and "2088d82252e001f3c79ab9c07d52df97400c6b93" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,6 @@ Launch a new shell. Then use Nix to switch to the macOS configuration:
```bash
sudo rm /etc/bashrc
sudo rm /etc/nix/nix.conf
export NIX_SSL_CERT_FILE="$HOME/Documents/t2-ca-bundle.pem"
nix \
--extra-experimental-features flakes \
--extra-experimental-features nix-command \

View File

@ -1,6 +1,6 @@
_final: prev: {
gh-collaborators = prev.buildGo122Module rec {
gh-collaborators = prev.buildGo120Module rec {
pname = "gh-collaborators";
version = "2.0.2";