blob: c2beac801b3f2909a534a8c53469edfca432b6a4 [file] [log] [blame]
{ inputs, system, lib, ... }:
{
nix.package = lib.mkForce inputs.lix-module.packages.${system}.default; # Snowfall will override default nix.package by system nix if running on a nixos system
}