add script to handle live photo

This commit is contained in:
Primrose 2025-02-08 17:29:43 +01:00
parent 735e13004a
commit 9be51c43cb
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 40 additions and 0 deletions

View file

@ -65,4 +65,11 @@ in {
pkgs.zlib
];
};
python = pkgs.mkShell {
name = "Python";
packages = [
pkgs.python3
];
};
}