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 20.03 9 lines 164 B view raw
1{ pkgs }: 2 3# TODO: add into the toplevel fixpoint instead of using rec 4rec { 5 6 prelude = prelude_3_0_0; 7 prelude_3_0_0 = pkgs.callPackage ./prelude/v3.nix {}; 8 9}