0
fork

Configure Feed

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

lix

+13
+13
hosts/all-hosts.nix
··· 6 6 }: 7 7 { 8 8 9 + nixpkgs.overlays = [ 10 + (final: prev: { 11 + inherit (prev.lixPackageSets.stable) 12 + nixpkgs-review 13 + nix-eval-jobs 14 + nix-fast-build 15 + colmena 16 + ; 17 + }) 18 + ]; 19 + 20 + nix.package = pkgs.lixPackageSets.stable.lix; 21 + 9 22 nixpkgs.config = { 10 23 permittedInsecurePackages = [ 11 24 ];