From c61b701095a1f6b52777d317275f34687e57ee3e Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 10 Oct 2024 07:26:29 -0400 Subject: rise once again my glorious creation (#51) * git-tracker: update tips after fetch + cleanup * nix: use nix-filter * ci: cleanup * crates: update * git-tracker: don't spam log while transferring * nix: fix static package eval --- crates/discord-bot/src/consts.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 crates/discord-bot/src/consts.rs (limited to 'crates/discord-bot/src/consts.rs') diff --git a/crates/discord-bot/src/consts.rs b/crates/discord-bot/src/consts.rs deleted file mode 100644 index 9396da0..0000000 --- a/crates/discord-bot/src/consts.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"; -- cgit v1.2.3