mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
7 lines
121 B
Nix
7 lines
121 B
Nix
{ self, inputs, ... }:
|
|
{
|
|
flake.lib = import "${self}/lib" {
|
|
inherit (inputs.nixpkgs) lib;
|
|
inherit self;
|
|
};
|
|
}
|