mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add script to handle live photo
This commit is contained in:
parent
735e13004a
commit
9be51c43cb
2 changed files with 40 additions and 0 deletions
|
|
@ -65,4 +65,11 @@ in {
|
|||
pkgs.zlib
|
||||
];
|
||||
};
|
||||
|
||||
python = pkgs.mkShell {
|
||||
name = "Python";
|
||||
packages = [
|
||||
pkgs.python3
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue