diff options
Diffstat (limited to 'crates/discord-bot/src/consts.rs')
| -rw-r--r-- | crates/discord-bot/src/consts.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/discord-bot/src/consts.rs b/crates/discord-bot/src/consts.rs new file mode 100644 index 0000000..9396da0 --- /dev/null +++ b/crates/discord-bot/src/consts.rs @@ -0,0 +1,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"; |
