patch attic

This commit is contained in:
cy 2025-03-14 13:19:36 -04:00
parent 00a8ac69cf
commit f23377de3c
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 21 additions and 0 deletions

View file

@ -3,6 +3,7 @@ let
overlays = [
./zipline
./bitwarden
./attic
];
importedOverlays = map (m: import m) overlays;
in