530b6afb51
reports: tweak reports to run for 2025/26
ad45e00bb5
nur-apr-app2: bump to tuwunel-1.8.1 and latest nixos-26.05
c8f2eecbbf
nur-apr-app2: upgrade ghost to 6.51
40286b48ac
woodpecker: bump 3.15→3.16
347d29fbe1
all: bump to latest nixos-25.05
5536f2d787
bookshelf: one more book
d053bd6f66
sana: bump ldgr to nicer bond prices
2e71271015
nur-apr-app2: bump tuwunel to 1.8.0
76299a570a
rel: 0.5
eeaca9db18
dev: update cargo-insta tests to new format
cb843b077c
dev: update deps, notably ctor to 1.0
a7fa326d18
dev: add an example to Encoder::builder
d39a6ebcb6
dev: actually run doctests
Feature discussion: filtered NAR file
Cool. I will mint a release.
9f0f0f1ea4
jj: add tug-
c27df92e78
jj: repo noise
Feature discussion: filtered NAR file
Now that #2 is merged, this issue is done, right?
Mediate FS access through a FileSystem trait
3fa60ab368
Document consistency requirements
7cbf591e07
Remove generics from the FileSystem trait, making it dyn-compatible
ca0ff50706
One more test for piece of mind and small test refactor
07ee3791dc
Make Metadata complete, remove read_link from the FS interface; ensure that file length in the resulting NAR file is correct
5324761426
Generalize FileSystem to work on any AsRef<Utf8Path> paths
Mediate FS access through a FileSystem trait
Looks good. Thanks!
Mediate FS access through a FileSystem trait
Pushed a small change to the tests. I'm not making any more changes.
ca0ff50706
One more test for piece of mind and small test refactor
Mediate FS access through a FileSystem trait
If we require user's function to accept any AsRef, we're requiring the user to add extra .as_ref() to their implementation, for no real benefit, but likely incurring some monomorphisation...
a6e3486264
sana,cibo: add heroic game launcher
Feature discussion: filtered NAR file
I would've personally just documented it, but a check sounds nice.
Feature discussion: filtered NAR file
Symlink { target: Utf8PathBuf },