services-flake/example/share-services
Shivaraj B H 51ecb71351
docs(example): add share-services example (#137)
Adds a 2nd example demonstrating how to share services between flakes.

Also move the current example to `./example/simple`.
2024-03-11 14:05:30 -04:00
..
northwind docs(example): add share-services example (#137) 2024-03-11 14:05:30 -04:00
pgweb docs(example): add share-services example (#137) 2024-03-11 14:05:30 -04:00
README.md docs(example): add share-services example (#137) 2024-03-11 14:05:30 -04:00

A demonstration of sharing services across flakes.

To run,

cd ./example/share-services
nix run

To run using latest code, go to the repository root and run the following in a Nix shell:

just ex-share-services