nixos-configuration/pkgs/myintercom-doorbell/shell.nix
2025-12-09 15:31:25 +01:00

10 lines
136 B
Nix

with import <nixpkgs> { };
mkShell {
buildInputs = [
poetry
];
propagatedBuildInputs = [
python3.pkgs.audioop-lts
];
}