test: flake and buds custom pkg
This commit is contained in:
parent
6ef601aaa0
commit
f302a05874
6 changed files with 29 additions and 19 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs ? (import ../nixpkgs.nix) { } }: {
|
||||
{ pkgs ? import <nixpkgs> {} }: rec {
|
||||
|
||||
live-buds-cli = pkgs.callPackage ./live-buds-cli { };
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue