diff options
| author | Mel <mel@rnrd.eu> | 2026-02-14 21:45:52 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-02-14 21:45:52 +0100 |
| commit | bd640d7c405cc319fcf4e61a61edf96a5dbf1c17 (patch) | |
| tree | e18f9f79c033a83047f21a255f3885b9fcacf3fc /modules/nix.nix | |
| parent | 8ea56328b7dbb9aa6f992176f074a3270cb38a30 (diff) | |
| download | minerals-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.nix | 4 |
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 = [ |
