diff --git a/.github/workflows/build_nix.yml b/.github/workflows/nix.yml similarity index 84% rename from .github/workflows/build_nix.yml rename to .github/workflows/nix.yml index 2f684e11..5983eb1d 100644 --- a/.github/workflows/build_nix.yml +++ b/.github/workflows/nix.yml @@ -1,4 +1,4 @@ -name: "Build legacy Nix package on Ubuntu" +name: Nix on: push: diff --git a/README.md b/README.md index 96f78f13..b5cde041 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Licence](https://img.shields.io/github/license/txpipe/aiken)](https://github.com/txpipe/aiken/blob/main/LICENSE) [![Crates.io](https://img.shields.io/crates/v/aiken)](https://crates.io/crates/aiken) [![Rust Build](https://github.com/txpipe/aiken/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/txpipe/aiken/actions/workflows/rust.yml) -[![Nix Build](https://github.com/txpipe/aiken/actions/workflows/build_nix.yml/badge.svg?branch=main)](https://github.com/txpipe/aiken/actions/workflows/build_nix.yml) +[![Nix Build](https://github.com/txpipe/aiken/actions/workflows/nix.yml/badge.svg?branch=main)](https://github.com/txpipe/aiken/actions/workflows/nix.yml)