Fixes: efd80454b4 ("flake: update nixpkgs input")
Co-authored-by: 0xda157 <da157@voidq.com>
6 lines
129 B
Nix
6 lines
129 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "ncspot";
|
|
homepage = "https://github.com/hrkfdn/ncspot";
|
|
maintainers = [ lib.maintainers.da157 ];
|
|
}
|