mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 18:32:24 +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
|
```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 \
|
||||||
|
@ -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";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user