test: flake and buds custom pkg

This commit is contained in:
ooks-io 2023-09-15 13:01:03 +12:00
parent 6ef601aaa0
commit f302a05874
6 changed files with 29 additions and 19 deletions

View file

@ -1,5 +1,4 @@
{ pkgs ? (import ../nixpkgs.nix) { } }: {
{ pkgs ? import <nixpkgs> {} }: rec {
live-buds-cli = pkgs.callPackage ./live-buds-cli { };
}

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A free cli tool to control your Galaxy buds live, Galaxy Buds+, Galaxy Buds Pro, Galaxy Buds 2 and Galaxy Buds 2 Pro";
license = licenses.gpl3;
maintainers = [ maintainers.ooks-io ]; # replace with your maintainer info
#maintainers = [ maintainers.ooks-io ]; # replace with your maintainer info
platforms = platforms.unix;
};
}