nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 5 lines 83 B view raw
1{ lib, callPackage }: 2 3lib.recurseIntoAttrs { 4 nixos = callPackage ./nixos { }; 5}