flake.nix: document the init-feed "app"

This commit is contained in:
2023-01-21 06:22:18 +00:00
parent de74c4e7d5
commit 026746a76f

View File

@@ -170,6 +170,7 @@
}; };
init-feed = { init-feed = {
# use like `nix run '.#init-feed' uninsane.org`
type = "app"; type = "app";
program = "${pkgs.feeds.passthru.initFeedScript}"; program = "${pkgs.feeds.passthru.initFeedScript}";
}; };