- Joined on
2024-02-29
This is worse than expected for extremely silly reasons.
It turns out that on macOS, the daemon itself never even actually sees /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
…
Sorry I wasn't paying close enough attention, you have to override versionSuffix
directly on the package call I think
Wouldn't this affect single-user Lix installations?
From Nixpkgs' definition of the Nix package:
# socket path becomes too long otherwise
preInstallCheck = lib.optionalString stdenv.isDarwin ''
export TMPDIR=$NIX_BUILD_TOP
…
nix eval
has very strange and poorly documented --write-to
argument
This is a limitation of Nix's internal markdown handling but it should be feasible potentially to modify that to at least strip the tags
nix-doc
integration
This is partially a dupe of lix-project/lix#157
nix-doc
line ending handling
builtins.getFlake
accepts git+file:/home/...
AND git+file:///home/...
with different semantics
Please test this on upstream unstable and report if the same behavior happens; I noticed these seemed to possibly change behavior on later versions and want to decide an approach to take.
Also…