[PR #128] [MERGED] flake.nix: use Cargo.lock directly #169

Closed
opened 2026-02-27 10:16:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/matze/wastebin/pull/128
Author: @FliegendeWurst
Created: 3/5/2025
Status: Merged
Merged: 3/6/2025
Merged by: @matze

Base: masterHead: patch-1


📝 Commits (1)

  • 1b88b93 flake.nix: use Cargo.lock directly

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 flake.nix (+1 -1)

📄 Description

There are two ways to specify the dependencies of a Nix-packaged Rust application: cargoHash and cargoLock. The latter reads dependencies from Cargo.lock directly, the first needs to be updated on every change to Cargo.lock.


🔄 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/matze/wastebin/pull/128 **Author:** [@FliegendeWurst](https://github.com/FliegendeWurst) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@matze](https://github.com/matze) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`1b88b93`](https://github.com/matze/wastebin/commit/1b88b936300ed1e025fd511b6a9a514a726be24a) flake.nix: use Cargo.lock directly ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `flake.nix` (+1 -1) </details> ### 📄 Description There are two ways to specify the dependencies of a Nix-packaged Rust application: cargoHash and cargoLock. The latter reads dependencies from Cargo.lock directly, the first needs to be updated on every change to Cargo.lock. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:16:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#169
No description provided.