nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

at lib-types-attrNamesToTrue 6 lines 101 B view raw
1{ 2 pkgs ? (import ./.. { }), 3 nixpkgs ? { }, 4}: 5 6pkgs.nixpkgs-manual.override { inherit nixpkgs; }