mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[PR #60] [MERGED] Update Nix flake for 1.2.1 #94
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?
📋 Pull Request Information
Original PR: https://github.com/fosrl/newt/pull/60
Author: @firecat53
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @oschwartz10612
Base:
main← Head:main📝 Commits (5)
641c7f2Update sha256f8653e2Merge remote-tracking branch 'upstream/main'a937027Update flake.nix for 1.2.021f5aa9Merge remote-tracking branch 'upstream/main'35d82eaUpdate flake.nix for 1.2.1📊 Changes
2 files changed (+7 additions, -7 deletions)
View changed files
📝
flake.lock(+4 -4)📝
flake.nix(+3 -3)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Updates Nix flake.nix to build 1.2.1. Switch Nix packages to follow stable 25.05
instead of unstable. The version of Golang in 25.05 is now current enough to
build Newt.
How to test?
nix build->./result/bin/newt --version(although this doesn't output thecurrent version number because of the way version updating is handled in Newt)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.