move code to src subdir

main
Hendrik Sokolowski 2024-03-22 12:15:07 +01:00
parent e19c175aef
commit ffad3ae3dd
3 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
packages.default = pkgs.python311Packages.buildPythonApplication {
pname = "ha-kiosk-agent";
version = "0.0.1";
src = ./.;
src = ./src;
propagatedBuildInputs = with pkgs.python311Packages; [
pkgs.brightnessctl