| 11 Nov 2025 |
dr_teagle | forwarded it there | 13:48:26 |
mei š& | hey is this a known issue? substituting during a build:
ā error: some substitutes for the outputs of derivation '/nix/store/r84cmw9rrbgin4zf7h2rdm01v8z39hg2-maven-3.9.11.drv'ā¦
ā error: some substitutes for the outputs of derivation '/nix/store/82rgzwx5h2khwlg3yyx832z2dswx22w6-global-platform-pā¦
ā error: failed to read compressed data (truncated input)
ckie@cookiemonster ~/git/nixpkgs -> nix --version
nix (Lix, like Nix) 2.93.3
System type: x86_64-linux
Additional system types: aarch64-linux, armv7l-linux, i686-linux
Features: gc, signed-caches
System configuration file: /etc/nix/nix.conf
User configuration files: /home/ckie/.config/nix/nix.conf:/etc/xdg/nix/nix.conf:/home/ckie/.nix-profile/etc/xdg/nix/nix.conf:/nix/profile/etc/xdg/nix/nix.conf:/home/ckie/.local/state/nix/profile/etc/xdg/nix/nix.conf:/etc/profiles/per-user/ckie/etc/xdg/nix/nix.conf:/nix/var/nix/profiles/default/etc/xdg/nix/nix.conf:/run/current-system/sw/etc/xdg/nix/nix.conf
Store directory: /nix/store
State directory: /nix/var/nix
Data directory: /nix/store/zxl9ivn2v7xcrzlf4j036fl6av34zwv9-lix-2.93.3/share
| 21:28:19 |
mei š& | just cache.nixos.org and pkgs.lix, nothing special | 21:28:49 |
mei š& | * just cache.nixos.org and pkgs.lix on nixos, nothing special | 21:28:58 |
raitobezarius | Yes, this is a curl bug fixed in staging-next | 21:28:56 |
mei š& | oh, but i saw the other person had all sorts of openssl logs? | 21:29:23 |
mei š& | will try the http2 off anyway | 21:30:03 |
raitobezarius | Yes it's normal | 21:31:26 |
raitobezarius | curl corrupts transfers and this bubbles up to openssl | 21:31:39 |
mei š& | I meant I didn't get anything besides that log | 21:31:50 |
mei š& | but let's see if it works with it first | 21:31:57 |
mei š& | * I meant I didn't get anything besides that log I posted | 21:32:08 |
mei š& | well the builder almost OOM'd so i think it's working now, thanks! | 21:34:51 |
| 12 Nov 2025 |
| Ļ joined the room. | 09:22:29 |
Ļ | is there any way to be able to use nix as a normal user in a non-systemd distro? | 09:22:58 |
toonn | I think Nix still allows a single-user install, and without a daemon there's no need for systemd, IIRC. (Lix's installer does not support a non-daemon install (yet?) IIRC) | 09:25:55 |
Ļ | so it should work fine if i install cppnix single-user from my user? is that correct? | 09:26:44 |
toonn | If I remember correctly. Single-user installs were disabled for Darwin but I believe Linux still allows them. | 09:27:49 |
Ļ | they dont work with selinux enabled afaik , but i dont have that so should be fine | 09:28:37 |
Ļ | do u know of any plans for lix to be able to do this? | 09:28:52 |
toonn | It was asked fairly recently. I think someone said it might come but it didn't seem all that certain. | 09:29:27 |
Ļ | oki tysm <3 | 09:30:25 |
Zoe Z | in a CPP conditional, is there a way to check lix < 2.93 ? | 16:28:23 |
raitobezarius | let me think | 17:21:01 |
Zoe Z | right now I'm using #if __has_include (<lix/libutil/async.hh>) | 17:23:06 |
raitobezarius | i think we have a version define? | 17:23:15 |
raitobezarius | Zoe Z PACKAGE_VERSION? | 17:25:28 |
just1602 | If there's such thing I have an old CL I could bring up because I didn't find how to check the version and I didn't had time to dig | 17:25:31 |
raitobezarius | autogenerated in config.h | 17:25:39 |
raitobezarius | /*
* Autogenerated by the Meson build system.
* Do not edit, your changes will be lost.
*/
#pragma once
#define CAN_LINK_SYMLINK 1
#define ENABLE_S3 1
#define HAVE_BOEHMGC 1
#define HAVE_CLOSE_RANGE 1
#define HAVE_DTRACE 1
#define HAVE_F_GETPATH 0
#define HAVE_LCHOWN 1
#define HAVE_LIBCPUID 1
#define HAVE_LUTIMES 1
#define HAVE_PIPE2 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_SECCOMP 1
#define HAVE_STATVFS 1
#define HAVE_STRSIGNAL 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_SYSCONF 1
#define PACKAGE_NAME "lix"
#define PACKAGE_STRING "lix 2.94.0pre20251106-dev_f00d720"
#define PACKAGE_TARNAME "lix"
#define PACKAGE_VERSION "2.94.0pre20251106-dev_f00d720"
#define SYSTEM "x86_64-linux"
| 17:25:45 |