mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
13 lines
134 B
Nix
13 lines
134 B
Nix
{
|
|
inputs,
|
|
pkgs,
|
|
tree,
|
|
system,
|
|
...
|
|
}: {
|
|
nixpkgs = {
|
|
overlays = [
|
|
inputs.spacebar.overlay.${system}
|
|
];
|
|
};
|
|
}
|