mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-22 10:39:27 +01:00
5 lines
107 B
Nix
5 lines
107 B
Nix
|
|
{inputs, ...}: let
|
||
|
|
inherit (inputs) self nixlet-lib;
|
||
|
|
in
|
||
|
|
import "${self}/nixlets" {inherit nixlet-lib;}
|