Page MenuHomePhabricator

[Nix] Fix substituters entry
ClosedPublic

Authored by jon on Sep 19 2022, 3:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 7:38 PM
Unknown Object (File)
Sat, Nov 9, 7:38 PM
Unknown Object (File)
Fri, Nov 8, 8:34 AM
Unknown Object (File)
Tue, Nov 5, 2:07 AM
Unknown Object (File)
Mon, Oct 21, 12:28 PM
Unknown Object (File)
Fri, Oct 18, 7:55 AM
Unknown Object (File)
Oct 16 2024, 11:30 PM
Unknown Object (File)
Oct 16 2024, 11:30 PM
Subscribers

Details

Summary

Most "documentation" you can find for nixConfig mentions use of
extra-substituters, however, this seems to be incorrect. See:
https://github.com/NixOS/nix/issues/6672#issuecomment-1251573660

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

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable