[PR #1] [MERGED] Remove static target_dir from main.rs #1

Closed
opened 2026-02-17 17:16:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/droplet-rs/pull/1
Author: @quexeky
Created: 1/21/2026
Status: Merged
Merged: 1/21/2026
Merged by: @DecDuck

Base: mainHead: main


📝 Commits (2)

  • b32ad38 chore: Remove static target_dir from main.rs
  • 888e8bb chore: Add flake.nix and .envrc

📊 Changes

5 files changed (+157 additions, -5 deletions)

View changed files

.envrc (+1 -0)
📝 .gitignore (+3 -1)
flake.lock (+96 -0)
flake.nix (+52 -0)
📝 src/main.rs (+5 -4)

📄 Description

So that it can be provided in cargo run -- <target_dir>


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/droplet-rs/pull/1 **Author:** [@quexeky](https://github.com/quexeky) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`b32ad38`](https://github.com/Drop-OSS/droplet-rs/commit/b32ad386f40ce9500864564db9c46490260097d0) chore: Remove static target_dir from main.rs - [`888e8bb`](https://github.com/Drop-OSS/droplet-rs/commit/888e8bb09a0437efe9732320d9e61d4f4421ade8) chore: Add flake.nix and .envrc ### 📊 Changes **5 files changed** (+157 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.envrc` (+1 -0) 📝 `.gitignore` (+3 -1) ➕ `flake.lock` (+96 -0) ➕ `flake.nix` (+52 -0) 📝 `src/main.rs` (+5 -4) </details> ### 📄 Description So that it can be provided in `cargo run -- <target_dir>` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:16:17 -05:00
yindo closed this issue 2026-02-17 17:16:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/droplet-rs#1