!9IQChSjwSHXPPWTa:lix.systems

Lix

1091 Members
Lix user channel. Feel free to discuss on-topic issues here and give each other help. For matrix.to links to the rest of the Lix channels, see: https://wiki.lix.systems/books/lix-organisation/page/matrix-rooms292 Servers

Load older messages


SenderMessageTime
11 Nov 2025
@matstage:matrix.orgMats Tage Axelsson joined the room.10:03:31
@arianvp:matrix.orgArian builtins.fetchGit takes a narHash argument but this seems to be undocumented. is this expected? 10:12:55
@arianvp:matrix.orgArian i.e. :doc builtins.fetchGit doesn’t mention its existence 10:14:44
@thubrecht:matrix.orgthubrechthttps://git.lix.systems/lix-project/lix/src/branch/main/lix/libexpr/builtins/fetchGit.md it is documented on the main version10:38:31
@arianvp:matrix.orgAriansweet10:51:31
@iooioio:matrix.org@iooioio:matrix.org left the room.12:22:54
@dr_teagle:matrix.orgdr_teagleIf we continue this conversation should we make a thread? IDK how that works on matrix/element? I agree that most people are not consciously prejudiced against women, but a lot more are subconsciously prejudiced. An example is that women who fight for themselves are more likely to be seen as "bitchy". If more people were completely normal about women than the patriarchy wouldnt be so deeply entrenched. What do you define as "normal"? not actively hostile towards? By population most societies are at least restrictive towards women, 2 of the largest religions in the world are very easily distorted to become sexist, and I know that for the religion I follow(christianity-southern baptist) majority of the church body believes in classical gender roles and the need to conform to them. One of the major denominations of christanity had a schism recently because it elected a woman as leader- is that not sexist at least subconsciously? For that matter what defines sexism exactly? Is it "treating someone different because of their sex" if that is the case then is offering more painkiller to women sexist? There is a legitimate medical need to treat you differently based on sex for things like medications, BMI, etc. Is that sexist under that definition? Is a more "correct" definition of sexism "treating someone differently beyond what is needed based on their sex"? This is not me saying sexism doesnt exist, we can all agree that telling a woman that her only purpose is to cook and bear children is very sexist. I argue that besides base biology there is no difference between the base sexes(inter-sex people do exist but they complicate the model for now, as do trans I acknowledge that saying "I ignore you because you are complicated" is ... unideal) beyond the strictly biological I argue that the way we think is at base level the same. most behavioral and mental differences are taught/ reinforced through society. I do not have gender dysphoria so I cannot comment on what it feels like.13:43:47
@antifuchs:asf.computerantifuchsPlease avoid threads, they are super inconsistently accessible across clients13:45:17
@k900:0upti.meK900 I would suggest moving this to #Lix Off Topic though 13:46:58
@dr_teagle:matrix.orgdr_teagleahh ok ty13:47:34
@dr_teagle:matrix.orgdr_teagleforwarded it there13:48:26
@ckie:ckie.devmei πŸŒ’&

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
@ckie:ckie.devmei πŸŒ’&just cache.nixos.org and pkgs.lix, nothing special21:28:49
@ckie:ckie.devmei πŸŒ’&* just cache.nixos.org and pkgs.lix on nixos, nothing special21:28:58
@raitobezarius:matrix.orgraitobezariusYes, this is a curl bug fixed in staging-next21:28:56
@ckie:ckie.devmei πŸŒ’&oh, but i saw the other person had all sorts of openssl logs?21:29:23
@ckie:ckie.devmei πŸŒ’&will try the http2 off anyway21:30:03
@raitobezarius:matrix.orgraitobezariusYes it's normal21:31:26
@raitobezarius:matrix.orgraitobezariuscurl corrupts transfers and this bubbles up to openssl21:31:39
@ckie:ckie.devmei πŸŒ’&I meant I didn't get anything besides that log21:31:50
@ckie:ckie.devmei πŸŒ’&but let's see if it works with it first21:31:57
@ckie:ckie.devmei πŸŒ’&* I meant I didn't get anything besides that log I posted21:32:08
@ckie:ckie.devmei πŸŒ’&well the builder almost OOM'd so i think it's working now, thanks!21:34:51
12 Nov 2025
@fiore:tchncs.deφ joined the room.09:22:29
@fiore:tchncs.deφis there any way to be able to use nix as a normal user in a non-systemd distro?09:22:58
@toonn:matrix.orgtoonn 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
@fiore:tchncs.deφso it should work fine if i install cppnix single-user from my user? is that correct?09:26:44
@toonn:matrix.orgtoonn If I remember correctly. Single-user installs were disabled for Darwin but I believe Linux still allows them. 09:27:49
@fiore:tchncs.deφthey dont work with selinux enabled afaik , but i dont have that so should be fine09:28:37
@fiore:tchncs.deφdo u know of any plans for lix to be able to do this?09:28:52

Show newer messages


Back to Room ListRoom Version: 10