!9IQChSjwSHXPPWTa:lix.systems

Lix

1123 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-rooms304 Servers

Load older messages


SenderMessageTime
27 Jan 2026
@mickeymarse:4d2.orgm nope 08:14:15
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her)well, for me, its more of an philosephical thing, I like the idea of flakes but not how they are implemented08:14:18
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her) * 08:14:37
@vczf:matrix.orgvczf
In reply to @sofiedotcafe:matrix.org
i want to switch off but I haven't found an integration guide to npins

I’m using eval-config.nix in my /etc/nixos/default.nix. Essentially,

let
  system = “x86_64-linux”;
  pins = import ./npins;
  pkgs = import pins.nixpkgs { inherit system; };
in
import “${pins.nixpkgs}/nixos/lib/eval-config.nix” {
  inherit pkgs;
  modules = [ ./configuration.nix ];
}

Then nixos-rebuild -f /etc/nixos switch works fine. My actual config is more complex with per-host modules and overlays and import-tree and a fun mess, but that’s the bones

08:58:51
@vczf:matrix.orgvczf

Here’s my flake alias lol:

fk = “nix --extra-experimental-features flakes”;
09:00:59
@vczf:matrix.orgvczfI’ve been avoiding flakes the second time around since it wasn’t helping me understand nix code in general09:01:59
@vczf:matrix.orgvczf* I’ve been avoiding flakes the second time trying to learn nix since it wasn’t helping me understand nix code in general09:02:17
@neobrain:matrix.orgneobrainWhy aren't you enabling it in your nix.conf directly?09:29:52
@neobrain:matrix.orgneobrain(Or in configuration.nix)09:30:26
@vczf:matrix.orgvczf I don’t need it except occasionally. I use comma instead of nix run and , -s nix shell 09:47:12
@vczf:matrix.orgvczf* I don’t need it except occasionally. I use comma instead of nix run and , -s rather than nix shell09:47:25
@vczf:matrix.orgvczf My biggest lifesaver with this config so far is DankMaterialShell being upstreamed into nixpkgs. Not sure if I’d have been able to figure out how to integrate their flake into my config 09:50:22
@neobrain:matrix.orgneobrainthat's the nix-command feature, not flakes. Enabling either feature doesn't disable the "old" interfaces afaik. but whatever works for you :)09:52:22
@vczf:matrix.orgvczf You need flakes enabled in order to nix run nixpkgs#cowsay hello
Unless I am mistaken, that nixpkgs is a reference to the system flake registry entry for nixpkgs
10:01:38
@neobrain:matrix.orgneobrainright10:29:26
@jez:cooperative.computerJez (he/him) 🐦‍⬛ joined the room.10:51:59
13 May 2024
@aciceri:nixos.devzrsk joined the room.13:37:30
@dariof4:matrix.orgdariof4 joined the room.14:16:05
@abbe:badti.meabbe joined the room.14:42:22
@mjm:midna.devmjmlix is now in nixos-unstable, what's the best way to use it in a NixOS config?15:47:41
@k900:0upti.meK900nix.package = pkgs.lix15:47:54
@k900:0upti.meK900Probably15:47:58
@k900:0upti.meK900Or just keep using the module15:48:02
@puck:puck.moepuck you can use nix.package = pkgs.lix; if you want; but using the overlay will guarantee more updates (tho less binary cache) 15:48:44
@mjm:midna.devmjmwell, the module/overlay doesn't easily support using the one from nixpkgs15:48:44
@mjm:midna.devmjmi do want more binary cache15:49:21
@mjm:midna.devmjm yeah i guess i'll just do nix.package then 15:50:43
@raitobezarius:matrix.orgraitobezariusto have binary cache and HEAD, we will probably need to track the channels and bolt a lix on there and rebuild with our own CI then push in our binary cache17:33:17
@charles:computer.surgeryCharlesWhat's lix using as its binary cache? Attic?17:34:36
@arianvp:matrix.orgArian left the room.17:37:44

Show newer messages


Back to Room ListRoom Version: 10