My collection of nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 8 lines 202 B view raw
1{ 2 nix.settings = { 3 substituters = [ "https://nix-community.cachix.org" ]; 4 trusted-public-keys = [ 5 "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" 6 ]; 7 }; 8}