chore: release v0.3.8 #406
No reviewers
Labels
No labels
bug
chore
duplicate
enhancement
help wanted
invalid
question
release
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: jalil/webnsupdate#406
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release-plz-2025-08-30T20-04-41Z"
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?
🤖 New release
webnsupdate
: 0.3.7 -> 0.3.8Changelog
This PR was generated with release-plz.
Flake output sizes
Definitions
Name
: the name of the package/configuration.Size
: the closure size (size on disk/NAR size + all transitive dependencies).NAR Size
: the size of the build output (package without the dependencies).[NAR] Size Change
: the amount changed compared to the main branch.Tips on reading this data
Size
(closure size/size on disk).Size
by disabling unneeded services/default packages.Size
and theNAR Size
.NAR Size
by reducing the size of the build outputs, e.g. don't copy unnecessary data to the $out dir, optimize binaries for size, etc.Size
by reducing the dependencies (e.g.buildInputs
).glibc
adds ~40MiB to theSize
, but is generally shared by ~every binary on the system, so, chances are, you are already including it from somewhere else and statically linking with e.g.musl
is not gonna improve things.NixOS Configurations
Home Manager Configurations
Packages
webnsupdate
9aba27f597
toce3aa2178a
ce3aa2178a
to5fa3aa93ac
5fa3aa93ac
todbbaadccba
dbbaadccba
tob2b524bc45
b2b524bc45
to0af453b512
0af453b512
to19d7e46f42
19d7e46f42
tobb45334a67
bb45334a67
toa1568aa9f7
a1568aa9f7
to3feabcdd3f
3feabcdd3f
to9fcecdec4c
9fcecdec4c
to4a3bdb7102
4a3bdb7102
to67b4e40f44
67b4e40f44
to0ecb27c75e
0ecb27c75e
to9baecfe215
9baecfe215
to4c36f9b1f4
4c36f9b1f4
to4689c21941
4689c21941
to7e79f7bab8
7e79f7bab8
toeb4b4d871d
eb4b4d871d
to28641d851c
28641d851c
tod72d95b9ed
d72d95b9ed
to78308ebadd
78308ebadd
to216f99ee9e
216f99ee9e
to803ac10e60
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.