Lunaphied lunaphied · she/her (singular) | they/them (plural)
  • Joined on 2024-02-29
lunaphied commented on pull request lix-project/nixos-module#25 2024-05-06 21:43:19 +00:00
fix(inputs): use https://

git+https?

lunaphied suggested changes for lix-project/nixos-module#25 2024-05-06 21:43:19 +00:00
fix(inputs): use https://
lunaphied opened issue lix-project/meta#31 2024-05-06 15:37:45 +00:00
Create Lix based pre-made WSL tarballs
lunaphied commented on issue lix-project/lix#191 2024-05-06 13:56:21 +00:00
Take tvix's language tests

We'll need to provide them as a derivation input that can be cloned separately. Annoying.

lunaphied opened issue lix-project/nix-eval-jobs#2 2024-04-29 00:43:14 +00:00
Fails to even run the command on aarch64-darwin
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