nixos-config/modules/lix.nix

6 lines
83 B
Nix

let
unstable = import <nixos-unstable> { };
in
{
nix.package = unstable.lix;
}