forked from mirrors_public/oddlama_nix-config
feat: switch to avahi for mdns and mdns reflection
This commit is contained in:
parent
919ce9fc6a
commit
3f3573a1e2
12 changed files with 30 additions and 195 deletions
|
@ -18,7 +18,6 @@ _inputs: [
|
|||
# })
|
||||
# ];
|
||||
|
||||
mdns-repeater = prev.callPackage ./mdns-repeater.nix { };
|
||||
firefly-pico = prev.callPackage ./firefly-pico.nix { };
|
||||
|
||||
formats = prev.formats // {
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
}:
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "mdns-repeater";
|
||||
version = "unstable-git";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PatrickDaG";
|
||||
repo = "mdns-repeater";
|
||||
rev = "5178041edbd0382bdeac462223549e093b26fe12";
|
||||
hash = "sha256-cIrHSzdzFqfArE2bqWPm+CULuQU/KajkRN+i0b+seD0=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-lGeOwszMkVGJZT7V8b3COPgKNFo+jW/zDf4D3OoF5uY=";
|
||||
|
||||
meta = {
|
||||
description = "mDNS packet relayer";
|
||||
homepage = "https://github.com/PatrickDaG/mdns-repeater";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
oddlama
|
||||
patrickdag
|
||||
];
|
||||
mainProgram = "mdns-repeater";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue