mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-05 02:29:08 +00:00
Compare commits
2 Commits
2088d82252
...
742fba29f9
Author | SHA1 | Date | |
---|---|---|---|
|
742fba29f9 | ||
|
56da4afb5b |
@ -57,6 +57,7 @@ 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 \
|
||||
|
@ -1,6 +1,6 @@
|
||||
_final: prev: {
|
||||
|
||||
gh-collaborators = prev.buildGo120Module rec {
|
||||
gh-collaborators = prev.buildGo122Module rec {
|
||||
pname = "gh-collaborators";
|
||||
version = "2.0.2";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user