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

This commit is contained in:
colin 2023-01-21 06:22:18 +00:00
parent de74c4e7d5
commit 026746a76f
1 changed files with 1 additions and 0 deletions

View File

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