mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
8 lines
118 B
Nix
8 lines
118 B
Nix
{
|
|
unstable,
|
|
...
|
|
}@inputs:
|
|
let
|
|
inherit (unstable) lib;
|
|
in
|
|
lib.fix (self: (import ./overlay.nix inputs self lib))
|