scvalex pushed to main at scvalex/ldgr 2026年07月13日 14:49:43 +02:00
530b6afb51 reports: tweak reports to run for 2025/26
scvalex pushed to main at scvalex/infra 2026年07月13日 12:08:21 +02:00
ad45e00bb5 nur-apr-app2: bump to tuwunel-1.8.1 and latest nixos-26.05
scvalex pushed to main at scvalex/infra 2026年07月07日 17:00:58 +02:00
c8f2eecbbf nur-apr-app2: upgrade ghost to 6.51
40286b48ac woodpecker: bump 3.15→3.16
347d29fbe1 all: bump to latest nixos-25.05
Compare 3 commits »
scvalex pushed to main at scvalex/scvalex.net 2026年07月05日 18:22:17 +02:00
5536f2d787 bookshelf: one more book
scvalex pushed to main at scvalex/infra 2026年07月02日 13:49:39 +02:00
d053bd6f66 sana: bump ldgr to nicer bond prices
scvalex pushed to main at scvalex/infra 2026年06月30日 22:12:56 +02:00
2e71271015 nur-apr-app2: bump tuwunel to 1.8.0
scvalex pushed tag 0.5.0 to scvalex/nix-nar-rs 2026年06月30日 13:51:29 +02:00
scvalex pushed to main at scvalex/nix-nar-rs 2026年06月30日 13:45:33 +02:00
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
Compare 5 commits »
scvalex commented on issue scvalex/nix-nar-rs#1 2026年06月30日 13:09:02 +02:00
Feature discussion: filtered NAR file

Cool. I will mint a release.

scvalex pushed to main at scvalex/setup 2026年06月30日 13:08:11 +02:00
9f0f0f1ea4 jj: add tug-
c27df92e78 jj: repo noise
Compare 2 commits »
scvalex commented on issue scvalex/nix-nar-rs#1 2026年06月30日 13:01:07 +02:00
Feature discussion: filtered NAR file

Now that #2 is merged, this issue is done, right?

scvalex merged pull request scvalex/nix-nar-rs#2 2026年06月30日 13:00:24 +02:00
Mediate FS access through a FileSystem trait
scvalex pushed to main at scvalex/nix-nar-rs 2026年06月30日 13:00:24 +02:00
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
Compare 14 commits »
scvalex commented on pull request scvalex/nix-nar-rs#2 2026年06月30日 13:00:02 +02:00
Mediate FS access through a FileSystem trait

Looks good. Thanks!

scvalex commented on pull request scvalex/nix-nar-rs#2 2026年06月27日 13:39:02 +02:00
Mediate FS access through a FileSystem trait

Pushed a small change to the tests. I'm not making any more changes.

scvalex pushed to abstract-filesystem at psentee/nix-nar-rs 2026年06月27日 13:38:31 +02:00
ca0ff50706 One more test for piece of mind and small test refactor
scvalex commented on pull request scvalex/nix-nar-rs#2 2026年06月27日 13:22:28 +02:00
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...

scvalex pushed to main at scvalex/infra 2026年06月27日 13:20:56 +02:00
a6e3486264 sana,cibo: add heroic game launcher
scvalex commented on issue scvalex/nix-nar-rs#1 2026年06月26日 19:52:10 +02:00
Feature discussion: filtered NAR file

I would've personally just documented it, but a check sounds nice.

scvalex commented on issue scvalex/nix-nar-rs#1 2026年06月26日 13:51:27 +02:00
Feature discussion: filtered NAR file
Symlink { target: Utf8PathBuf },