nixos-module/module.nix

6 lines
149 B
Nix
Raw Normal View History

{ lixSrc ? null, versionSuffix ? "" }:
2024-03-07 19:27:15 +00:00
{ pkgs, config, ... }:
{
nixpkgs.overlays = [ (import ./overlay.nix { inherit lixSrc versionSuffix; }) ];
2024-03-07 19:27:15 +00:00
}