use lix from nixpkgs

This commit is contained in:
cy 2025-04-16 21:37:51 -04:00
parent 71657e0ccb
commit 61a4f97684
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -1,6 +1,7 @@
{ inputs, config, pkgs, ... }:
{
nix = {
package = pkgs.lix;
settings = {
experimental-features = "nix-command flakes";
auto-optimise-store = true;