temp remove attic #80

Merged
ahuston-0 merged 1 commits from feature/temp-remove-attic into main 2025-04-06 20:13:26 -04:00
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
substituters = [ substituters = [
"https://cache.nixos.org/?priority=1&want-mass-query=true" "https://cache.nixos.org/?priority=1&want-mass-query=true"
"https://nix-community.cachix.org/?priority=10&want-mass-query=true" "https://nix-community.cachix.org/?priority=10&want-mass-query=true"
"https://attic.nayeonie.com/nix-cache" # "https://attic.nayeonie.com/nix-cache"
]; ];
trusted-substituters = [ trusted-substituters = [
"https://cache.nixos.org" "https://cache.nixos.org"

View File

@ -22,6 +22,6 @@
(setq! lsp-nix-nil-max-mem 20000) (setq! lsp-nix-nil-max-mem 20000)
(setq! lsp-nix-nil-formatter ["nixfmt"]) (setq! lsp-nix-nil-formatter ["nixfmt"])
(add-hook 'python-mode-hook (lambda () ;; (add-hook 'python-mode-hook (lambda ()
(require 'sphinx-doc) ;; (require 'sphinx-doc)
(sphinx-doc-mode t))) ;; (sphinx-doc-mode t)))