Compare commits

...

2 Commits

Author SHA1 Message Date
Noah Masur
742fba29f9
include SSL CA in docs 2024-04-02 07:59:04 -07:00
Noah Masur
56da4afb5b
update gh collaborators to latest go builder 2024-04-02 07:58:30 -07:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

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