From abd5527cb52b2a7d0226b569ffd5a3e9f40ce5a8 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 25 May 2023 16:04:05 -0400 Subject: docs: add hydra status --- README.md | 2 ++ pkgs/swhkd/default.nix | 2 +- pkgs/theseus.nix | 2 +- pkgs/treefetch.nix | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e560397..802579f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # nix-exprs +[![hydra build status](https://img.shields.io/endpoint?url=https://hydra.mydadleft.me/job/nix-exprs/main/packages.x86_64-linux.treefetch/shield&color=8f97cb&style=flat-square&logo=github)](https://hydra.mydadleft.me/jobset/nix-exprs/main#tabs-jobs) + ## how to use ### enable cachix diff --git a/pkgs/swhkd/default.nix b/pkgs/swhkd/default.nix index 96a79c9..7f46a4f 100644 --- a/pkgs/swhkd/default.nix +++ b/pkgs/swhkd/default.nix @@ -34,7 +34,7 @@ in longDescription = "a display protocol-independent hotkey daemon made in Rust"; homepage = "https://github.com/waycrate/swhkd"; license = licenses.bsd2; - maintainers = with maintainers; [getchoo]; + #maintainers = with maintainers; [getchoo]; platforms = platforms.linux; }; } diff --git a/pkgs/theseus.nix b/pkgs/theseus.nix index 3b1585b..8b75939 100644 --- a/pkgs/theseus.nix +++ b/pkgs/theseus.nix @@ -122,7 +122,7 @@ in ''; homepage = "https://modrinth.com"; license = licenses.gpl3Plus; - maintainers = [maintainers.getchoo]; + #maintainers = [maintainers.getchoo]; platforms = with platforms; linux ++ darwin; }; } diff --git a/pkgs/treefetch.nix b/pkgs/treefetch.nix index 2c3c130..e1dd503 100644 --- a/pkgs/treefetch.nix +++ b/pkgs/treefetch.nix @@ -28,7 +28,7 @@ in longDescription = "A comfy and fast system fetch tool made in Rust. Tested to be much faster than neofetch and pfetch."; homepage = "https://github.com/angelofallars/treefetch"; license = licenses.gpl3; - maintainers = with maintainers; [getchoo]; + #maintainers = with maintainers; [getchoo]; platforms = platforms.unix; }; } -- cgit v1.2.3