summary refs log tree commit diff
path: root/modules/nix.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-02-14 21:45:52 +0100
committerMel <mel@rnrd.eu>2026-02-14 21:45:52 +0100
commitbd640d7c405cc319fcf4e61a61edf96a5dbf1c17 (patch)
treee18f9f79c033a83047f21a255f3885b9fcacf3fc /modules/nix.nix
parent8ea56328b7dbb9aa6f992176f074a3270cb38a30 (diff)
downloadminerals-bd640d7c405cc319fcf4e61a61edf96a5dbf1c17.tar.zst
minerals-bd640d7c405cc319fcf4e61a61edf96a5dbf1c17.zip
Move Lix towards new nixpkgs configuration away from custom flake
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/nix.nix')
-rw-r--r--modules/nix.nix4
1 files changed, 4 insertions, 0 deletions
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 = [