!9IQChSjwSHXPPWTa:lix.systems

Lix

1102 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-rooms294 Servers

Load older messages


SenderMessageTime
30 Nov 2025
@antifuchs:asf.computerantifuchs (tried piping it into cat to inform it that there's no terminal, a trick which sometimes works with other tools... but no. can't really find a flag that would enable wide printing either) 16:09:56
@raitobezarius:matrix.orgraitobezarius lillecarl you had fallback issues with Lix, can you reproduce this issue here: https://git.lix.systems/lix-project/lix/issues/339#issuecomment-15867 ? 16:52:14
@raitobezarius:matrix.orgraitobezariusor did you have a reproducer for fallback?16:52:18
@raitobezarius:matrix.orgraitobezariusi have been looking at it without any success16:52:22
@weethet:catgirl.cloudWeetHetOnce flakes are removed from the main tree, there still would be a nix-repl17:29:30
@piegames:flausch.socialpiegames
In reply to @weethet:catgirl.cloud
Once flakes are removed from the main tree, there still would be a nix-repl
That sounds wrong
18:13:25
@acidbong:envs.net@acidbong:envs.net joined the room.18:13:55
@piegames:flausch.socialpiegamesLike, some parts of the nix3 CLI require Flakes, but not the REPL AFAIK18:14:05
@weethet:catgirl.cloudWeetHetIt uses flakes by default 18:15:16
@weethet:catgirl.cloudWeetHetAlso I thought that both flakes and nix3 CLI were gonna be moved to a separate module?18:16:05
@aijokey:matrix.orgAijokey

configuration.nix - Main system configuration

============================================================================

{pkgs, ...}: {
imports = [
# Hardware
./hardware-configuration.nix
./hardware.nix

# System modules
./system/boot.nix
./system/locale.nix
./system/network.nix

# Services
./services.nix

# User configuration
./users.nix

# Applications and packages
./apps.nix

# Virtualization
./virtualization/kvm.nix
./virtualization/docker.nix

# Security & Pentesting
./athena.nix

# Customization
./customisation.nix
./llm.nix

];

system.stateVersion = "24.11";
nixpkgs.overlays = [
(final: prev: {
inherit
(prev.lixPackageSets.stable)
nixpkgs-review
nix-eval-jobs
nix-fast-build
colmena
;
})
];

nix.package = pkgs.lixPackageSets.stable.lix;

nixpkgs.config = {
allowUnfree = true;
segger-jlink.acceptLicense = true;
};

nix.settings.experimental-features = ["nix-command" "flakes"];
}

============================================================================

I installed lix but im not sure it do anything

18:17:41
@weethet:catgirl.cloudWeetHetCould you format your message properly please18:18:14
@aijokey:matrix.orgAijokeyRedacted or Malformed Event18:18:41
@aijokey:matrix.orgAijokeyDownload configuration.nix18:18:51
@aijokey:matrix.orgAijokeyI need diffrent matrix client maybe18:19:20
@blastboomstrice:4d2.orgBlastboom Strice

Did you try putting it like this:


```nix

Text

```

18:20:48
@aijokey:matrix.orgAijokeyI'm not good with matrix or markdown(?)18:21:38
@blastboomstrice:4d2.orgBlastboom Strice(Its a mix of both, cuz matrix clients use markdown, but might use slightly different implementations)18:22:15
@acidbong:envs.net@acidbong:envs.netcode blocks are the same, only lists, newlines and single `mono phrases` vary18:23:58
@acidbong:envs.net@acidbong:envs.netanyway do pipe operator implementations vary between Nix and Lix? i'm using Nix for everything on my system, but build my NixOS with Lix just for the sake of multiline output, and I don't wanna mess up with my (and/or someone else's) code18:26:08
@weethet:catgirl.cloudWeetHetI think the behaviour should be somewhat the same but the feature names are different18:26:59
@acidbong:envs.net@acidbong:envs.net aha, Lix has no <| 18:32:30
@piegames:flausch.socialpiegames
In reply to @acidbong:envs.net
anyway
do pipe operator implementations vary between Nix and Lix? i'm using Nix for everything on my system, but build my NixOS with Lix just for the sake of multiline output, and I don't wanna mess up with my (and/or someone else's) code
Only in operator precedence, but this should be of little to no practical relevance
18:32:50
@rainbowcat:xmr.se@rainbowcat:xmr.se left the room.18:36:53
@acidbong:envs.net@acidbong:envs.net understandable, i guess i'll abstain from it (lib.pipe is already familiar for me) 18:44:11
@raitobezarius:matrix.orgraitobezarius
In reply to @weethet:catgirl.cloud
Also I thought that both flakes and nix3 CLI were gonna be moved to a separate module?
Not nix3 CLI
18:47:01
@raitobezarius:matrix.orgraitobezariusFlakes yes18:47:04
@raitobezarius:matrix.orgraitobezariusIt's going to be very very progressive18:47:12
@raitobezarius:matrix.orgraitobezarius(and yes this means that plugins will gain the ability to extend the REPL)18:49:52
@raitobezarius:matrix.orgraitobezarius(or the nix3 CLI itself)18:50:03

Show newer messages


Back to Room ListRoom Version: 10