/// URL to the nixpkgs repository pub const NIXPKGS_URL: &str = "https://github.com/NixOS/nixpkgs"; /// The Git remote for upstream nixpkgs in our local copy pub const NIXPKGS_REMOTE: &str = "origin";