Yueh-Shun Li
Yueh-Shun Li
~It works now after updating nix-on-droid.~ ~Thanks a lot!~ Update: It's the prompt that works, not the tab completion. I'll try to upgrade nixpkgs and Home Manager to unstable also.
I eventually work around this issue using ```Nix programs.bash = { enable = true; bashrcExtra = '' while IFS= read -r _completionFile; do source "$_completionFile" done <
I just experienced this issue.
It's `CentOS 7.8.2003`.
```console $ find .nix | grep libcrypto .nix/store/0x3bf23q5lmdq77x5icr7c0ngvz25ms3-openssl-1.1.1g/lib/libcrypto.so ```
I have just started a virtual machine with the live image of CentOS (KDE), but cannot reproduce the issue. The installation went successful.
Yet another clue: issue #17 "invalid cross-device link" happen on the machine, so I wrote `sandbox = false` in `.nix/etc/nix/nix.conf` But I still cannot reproduce the issue on QEMU and...
> Though the format is slightly different (`"source-${owner}-${repo}-${rev}"`, essentially) I choose the format to make it easier to inspect which source FOD is going wrong when several packages got rebuild...
> maybe this should be relabeled as "Default name of fetchFromX FOD helpers to include revision" IMO, "fetchers for version-controlled repositories" would be a suitable target. This includes fetchers based...
> Hehe per https://github.com/NixOS/rfcs/pull/133#issuecomment-2016614005, my dream of single hash git fetchers (avoiding the need to put things in the name like this) is now a good bit closer! Congratulations! We...