chore: use upstream lix

This commit is contained in:
Luj 2024-06-25 10:12:15 +02:00
parent 2fc092f395
commit 46a8a443dc
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 2 additions and 8 deletions

View file

@ -2,6 +2,7 @@
config,
lib,
inputs,
pkgs,
...
}:
let
@ -16,7 +17,7 @@ with lib;
config = mkIf cfg.enable {
nixpkgs.config.allowUnfree = true;
nix = {
#package = pkgs.unstable.nix;
package = pkgs.unstable.lix;
extraOptions = ''
experimental-features = nix-command flakes
'';