nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 8 lines 190 B view raw
1[package] 2name = "git-dependency" 3version = "0.1.0" 4authors = ["Daniël de Kok <me@danieldk.eu>"] 5edition = "2018" 6 7[dependencies] 8rand = { git = "https://github.com/rust-random/rand.git" }