Compare commits

...

2 commits

Author SHA1 Message Date
sid
5a10ff7451 Merge pull request 'disable rss-bridge overlay' (#57) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 23s
Reviewed-on: #57
2026-05-05 23:35:31 +02:00
sid
0be8c1c11a disable rss-bridge overlay
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 21s
Flake check / flake-check (pull_request) Successful in 22s
2026-05-05 23:33:43 +02:00

View file

@ -12,7 +12,7 @@
final: prev:
let
files = [
./rss-bridge.nix
# ./rss-bridge.nix
];
imports = builtins.map (f: import f final prev) files;
in