ce32d7d2c2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Truxnell <19149206+truxnell@users.noreply.github.com> |
||
---|---|---|
.. | ||
.gitkeep | ||
default.nix | ||
README.md |
Adding overlays
Overlays should be added as individual nix files to ./nixos/overlays
with format
final: prev: {
hello = (prev.hello.overrideAttrs (oldAttrs: { doCheck = false; }));
}