Skip to content

Commit

Permalink
README: add release tag to example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramblurr committed Jun 12, 2024
1 parent 3b177e0 commit 533b96b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

> 🐋 Looking for a container / docker image instead? Check out my other repo [ramblurr/containers](https://github.com/Ramblurr/containers/tree/main/apps/datomic-pro).
This repo also contains a working NixOS module test that runs the flake inside a virtual machine in CI to verify that it's working.

## Usage

### `flake.nix`
Expand All @@ -17,7 +19,8 @@
inputs.
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
datomic-pro.url = "https://flakehub.com/f/Ramblurr/datomic-pro/*.tar.gz";
# Check https://github.com/Ramblurr/datomic-pro-flake/releases for the latest release tag
datomic-pro.url = "https://flakehub.com/f/Ramblurr/datomic-pro/0.1.0.tar.gz";
datomic-pro.nixpkgs = "nixpkgs";
};
outputs = { nixpkgs, datomic-pro, ... }@attrs: {
Expand Down

0 comments on commit 533b96b

Please sign in to comment.