mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
6 lines
104 B
Nix
6 lines
104 B
Nix
{ vim-headerguard }:
|
|
{
|
|
imports = [
|
|
(import ./headerguard.nix { inherit vim-headerguard; })
|
|
];
|
|
}
|