Lunaphied lunaphied · she/her (singular) | they/them (plural)
  • Joined on 2024-02-29
lunaphied opened issue lix-project/nixos-module#19 2024-04-24 17:00:56 +00:00
Legacy build command fails unexpectedly
lunaphied commented on issue lix-project/lix#226 2024-04-23 19:04:32 +00:00
Nix SSL path set incorrectly in the daemon on macOS

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

lunaphied commented on pull request lix-project/nixos-module#17 2024-04-21 04:17:39 +00:00
callPackage Lix instead of overriding Nixpkgs' Nix

Sorry I wasn't paying close enough attention, you have to override versionSuffix directly on the package call I think

lunaphied commented on issue lix-project/lix#242 2024-04-20 19:52:25 +00:00
Lix allows configuration which makes everyone inside the sandbox effectively root

Wouldn't this affect single-user Lix installations?

lunaphied opened issue lix-project/lix-installer#7 2024-04-12 14:29:18 +00:00
Unhandled unclear error when installing on macOS system with existing Nix install
lunaphied commented on issue lix-project/lix#157 2024-04-08 23:04:41 +00:00
Lock paths can become too long when remote builders are involved

From Nixpkgs' definition of the Nix package:

  # socket path becomes too long otherwise
  preInstallCheck = lib.optionalString stdenv.isDarwin ''
    export TMPDIR=$NIX_BUILD_TOP
lunaphied opened issue lix-project/lix#227 2024-04-06 03:48:28 +00:00
nix eval has very strange and poorly documented --write-to argument
lunaphied opened issue lix-project/lix#226 2024-04-06 00:52:37 +00:00
Nix SSL path set incorrectly in the daemon on macOS
lunaphied commented on issue lix-project/lix#225 2024-04-05 20:38:32 +00:00
language tags not stripped in repl :doc

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

lunaphied commented on issue lix-project/lix#190 2024-04-04 05:58:35 +00:00
Fix line ending support for nix-doc integration

Superseded by #220

lunaphied closed issue lix-project/lix#190 2024-04-04 05:58:35 +00:00
Fix line ending support for nix-doc integration
lunaphied deleted branch feature/nix-doc from lix-project/nixos-module 2024-04-03 23:02:40 +00:00
lunaphied commented on issue lix-project/lix#221 2024-04-03 22:55:12 +00:00
build-remote-trustless tests fail if PWD is too long

This is partially a dupe of lix-project/lix#157

lunaphied created pull request lix-project/nixos-module#11 2024-04-03 22:06:51 +00:00
overlay: support nix-doc integration into Lix
lunaphied created branch feature/nix-doc in lix-project/nixos-module 2024-04-03 22:06:20 +00:00
lunaphied pushed to feature/nix-doc at lix-project/nixos-module 2024-04-03 22:06:20 +00:00
54cc0918d4 overlay: support nix-doc integration into Lix
lunaphied opened issue lix-project/lix#220 2024-04-03 21:33:25 +00:00
Fix nix-doc line ending handling
lunaphied commented on issue lix-project/lix#200 2024-03-29 22:31:13 +00:00
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…