mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
4 lines
82 B
Nix
4 lines
82 B
Nix
{ self, inputs, ... }:
|
|
{
|
|
flake.lib = import "${self}/lib" inputs.nixpkgs.lib;
|
|
}
|