Skip to content

Commit

Permalink
Working version with manim voiceover
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Gomez committed Jan 2, 2025
1 parent a4758a4 commit 70c997a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# nix_manim_template
Template for using manim with nix
# Nix Manim Template

Template for using Manim and Nix to generate videos.

```bash
nix develop . --no-pure-eval
```

or

```bash
just shell
```

to enter an impure nix shell. Then, you can manage the virtual environment using `uv`.

```bash
uv sync
```
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
pkgs.manim
# manim_voiceover
pkgs.mpv
pkgs.sox
];
})
];
Expand Down

0 comments on commit 70c997a

Please sign in to comment.