cleanup comments and unneeded code

This commit is contained in:
Noah Masur
2023-07-01 15:33:24 -06:00
parent 140b410ea0
commit 5348cbdf61
2 changed files with 7 additions and 13 deletions

View File

@ -87,6 +87,7 @@
settings = {
# Add community Cachix to binary cache
# Don't use with macOS because blocked by corporate firewall
builders-use-substitutes = true;
substituters = lib.mkIf (!pkgs.stdenv.isDarwin)
[ "https://nix-community.cachix.org" ];