mirror of
https://github.com/fosrl/newt.git
synced 2026-05-06 07:59:04 -05:00
[GH-ISSUE #316] Nix flake has wrong version. #2071
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DrMondGnu on GitHub (Apr 14, 2026).
Original GitHub issue: https://github.com/fosrl/newt/issues/316
Describe the Bug
When installing newt using nix flakes its version will be displayed incorrectly in the Pangolin site dashboard.
Environment
To Reproduce
Using nix flakes:
flake.nix
Expected Behavior
It should probably show 1.11.0 in the dashboard. I am not sure if that is just a visual bug or could jeopardize newt tunnel connections.
Solution:
From my limited understanding changing this value should fix this:
3d2b73d417/flake.nix (L28)@oschwartz10612 commented on GitHub (Apr 14, 2026):
Should be fixed by #317