lewo

Results 116 comments of lewo
trafficstars

@samuela see https://github.com/NixOS/nixos-weekly/pull/169

See https://github.com/NixOS/nixos-weekly/pull/169 for the CI issue.

Do you know how the recursive set ID is generated in the Nix manual? I'm not sure this ID is actually stable. Maybe we should first explicitly set this anchor...

I'm also interested in such feature (and really like how Hydra is efficient!). Currently, i already use Hydra and report status in GitLab/GitHub CI: 1. the repository contains a [declarative...

I don't know exactly what you have in mind, but having a layer per nar is not possible since the number of layer is generally limited to 128 (kernel limitation...

I totally agree with the size-tradeoff (I had planned to implement something like this). I think we should propose a default value and allow the user the change this value....

@nktpro Hm, i'm not able to reproduce: ``` nix run -L -v '.#packages.x86_64-linux.reproducer.copyToPodman' Copy to podman image reproducer:jg504al70c43kw4888wv2frpx5jsbc9h Getting image source signatures Copying blob ba1cde528580 done Copying config eed45dc400 done...

> If you're interested, may I donate a remotely accessible Mac @nktpro if it's not too late, i would be interested in. You can ping me on matrix (lewo on...

@nktpro first of all, thanks for the remote mac access ;) When we build the image (`nix build ...`), there is this file in the store: `/nix/store/2y4hnw5zc2mjz9kc61n3pdgr35rc7r2s-ncurses-6.3-p20220507/share/terminfo/2/2621a -> ../h/hp2621` When...

The digest mismatch is due to the fact the MacOS filesystem (`apfs`) is case-insensitive. The Nix deamon `use-case-hack` settings is set to true, meaning filename are modified to support case-sensitive...