mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
feat: update comments
This commit is contained in:
2
Makefile
2
Makefile
@@ -17,8 +17,6 @@ gc:
|
||||
sudo nix-collect-garbage --delete-older-than 14d
|
||||
|
||||
darwin-set-proxy:
|
||||
# set proxy for nix-daemon to speed up downloads
|
||||
# https://github.com/NixOS/nix/issues/1472#issuecomment-1532955973
|
||||
sudo python3 scripts/darwin_set_proxy.py
|
||||
|
||||
darwin: darwin-set-proxy
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
"""
|
||||
set proxy for nix-daemon to speed up downloads
|
||||
https://github.com/NixOS/nix/issues/1472#issuecomment-1532955973
|
||||
"""
|
||||
import os
|
||||
import plistlib
|
||||
import shlex
|
||||
|
||||
Reference in New Issue
Block a user