mach-nix/pypi-crawlers/nix/nixpkgs-src.nix

7 lines
No EOL
182 B
Nix

rec {
stable = builtins.fetchTarball {
name = "nixpkgs";
# nixos-20.03
url = "https://github.com/nixos/nixpkgs/tarball/b4db68ff563895eea6aab4ff24fa04ef403dfe14";
};
}