From 085dd75f90293c74d3f0a88288f867216e4c8bf8 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 31 Aug 2023 09:05:41 -0500 Subject: [PATCH] Update README example --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24aa9a2..db1e1ec 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,9 @@ jobs: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix flake check + - uses: DeterminateSystems/flake-checker-action@main + - name: Run `nix build` + run: nix build . ``` That's it.