From bd640d7c405cc319fcf4e61a61edf96a5dbf1c17 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 14 Feb 2026 21:45:52 +0100 Subject: Move Lix towards new nixpkgs configuration away from custom flake Signed-off-by: Mel --- modules/nix.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/nix.nix b/modules/nix.nix index 7314733..0a23cbd 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -1,5 +1,6 @@ { me, + pkgs, lib, self, ... @@ -18,6 +19,9 @@ let in { nix = { + # enable lix implementation + package = pkgs.lixPackageSets.stable.lix; + # add compat scripts to the environment, # to allow nixos-option to find the configuration nixPath = [ -- cgit 1.4.1