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