blob: 9396da08969b89cf98e2df3944e4437345cb26a6 (
plain)
1
2
3
4
5
|
/// 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";
|