4 lines
99 B
Nix
4 lines
99 B
Nix
{ pkgs ? import <nixpkgs> {} }: rec {
|
|
|
|
live-buds-cli = pkgs.callPackage ./live-buds-cli { };
|
|
}
|