Yueh-Shun Li
Yueh-Shun Li
Hi! Is there any progress on this issue?
This is definitely the feature set I would need the most.
`fakedroid` now builds and runs. The check failure might indicate the need to update the test interface (to supply with the `nixpkgs` argument, etc.). @t184256 Could you give me some...
Sorry, for late respond. I'm working on an oral presentation for a conference about Nix, and will not be responsive until August.
Oh! I almost forgot about this one.
Since then, things like the Nix settings and Nix flake registries have been splitted from `nix-daemon.nix` to their own module file (`nix.nix` and `nix-flakes.nix`). It would be great to reuse...
#329 demonstrates the possible strategy to reuse the upstream macro files.
@DrDaveD The last obstacle on the way to fully-unprivileged image-building workflow is the dependence on `/apptainer/mnt/session`. Users cannot set it up without the root privilege, and Nix build expressions are...
> I went ahead and did an implementation in #481 using that idea, adding a hidden `--build-config` option which allows the nested apptainer command to use the build-specific configuration even...
@t184256 Thank you for your detailed explanation. Unfortunately, the Home Manager configuration `programs.bash.enable = true;`, which should enable the default `programs.bash.enableCompletion = lib.mkOptionDefault true;`, doesn't solve the issue.