Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Most "documentation" you can find for nixConfig mentions use of `extra-substituters`, however, this seems to be incorrect. See: NixOS/nix#6672 (comment) This also removes the ``` warning: ignoring untrusted substituter 'https://comm.cachix.org' ``` output that you might see when doing any `nix` command. Test Plan: ``` nix develop # may get prompted about nixConfig values # assert "ignoring untrusted substituter 'https://comm.cachix.org'" doesn't appear ``` Reviewers: atul, varun, abosh, ashoat Reviewed By: atul, ashoat Subscribers: ashoat, tomek Differential Revision: https://phab.comm.dev/D5183
- Loading branch information