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