feat: overlay

This commit is contained in:
2025-12-28 15:20:21 -07:00
parent 2c56bb6153
commit 32fe0d26fa

View File

@@ -19,5 +19,7 @@
lib.filterAttrs
(_: v: lib.isDerivation v)
self.legacyPackages.${system});
overlays.default = import ./overlay.nix;
};
}