Merge pull request 'temp remove attic' (#80) from feature/temp-remove-attic into main
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 17s
Check Nix formatting / Perform Nix format checks (push) Successful in 3m6s
Check Nix flake / Perform Nix flake checks (push) Successful in 9m47s
Update flakes / update_lockfile (push) Failing after 3m25s

Reviewed-on: #80
This commit is contained in:
ahuston-0 2025-04-06 20:13:25 -04:00
commit ee1b2a4373
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)))