Skip to content

Commit aaf2ad3

Browse files
committed
docs: add FlakeHub badge and update input URL
Add shields.io badge linking to FlakeHub and update the example flake input to use the FlakeHub URL format.
1 parent 51c63ff commit aaf2ad3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# github-actions-nix
22

3+
[![FlakeHub](https://img.shields.io/endpoint?url=https://flakehub.com/f/synapdeck/github-actions-nix/badge)](https://flakehub.com/flake/synapdeck/github-actions-nix)
4+
35
Generate GitHub Actions workflows from Nix configuration using a type-safe, declarative approach.
46

57
## Features
@@ -19,7 +21,7 @@ Generate GitHub Actions workflows from Nix configuration using a type-safe, decl
1921
inputs = {
2022
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
2123
flake-parts.url = "github:hercules-ci/flake-parts";
22-
github-actions-nix.url = "github:YOUR_USERNAME/github-actions-nix";
24+
github-actions-nix.url = "https://flakehub.com/f/synapdeck/github-actions-nix/*";
2325
};
2426
}
2527
```

0 commit comments

Comments
 (0)