nix-tutorials icon indicating copy to clipboard operation
nix-tutorials copied to clipboard

Tutorials for Nix and Nixpkgs. Note so far it is a proof of concept.

Results 9 nix-tutorials issues
Sort by recently updated
recently updated
newest added

The [public binder](https://mybinder.org/v2/gh/FRidh/nix-tutorials/master), as documented in the README, fails to build the environment: ``` line 813: /build/env-vars: No such file or directory variable $src or $srcs should point to the...

0.kind: bug
1.about: tooling

No need to do the whole nbsphinx thing then anymore. https://jupyterbook.org Example https://github.com/NixOS/nixpkgs/pull/105036.

0.kind: enhancement
1.about: tooling

Maybe invoke https://mybinder.org/v2/gh/FRidh/nix-tutorials/master at the end of the pipeline so Binder has an image cached.

0.kind: enhancement
3.skill: good-first-issue
1.about: tooling

``` /nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ```

0.kind: bug
3.skill: good-first-issue
1.about: tooling

Unfortunately nbconvert is broken...

0.kind: enhancement
1.about: tooling

Currently the binder link points to the repo root. An index page is needed, like is done with Sphinx.

0.kind: enhancement
1.about: tooling

For when developing outside of a container and executing the notebooks.

0.kind: enhancement
3.skill: good-first-issue
1.about: tooling

Use the bash kernel so we do not need to prefix every command with `!`. https://github.com/takluyver/bash_kernel

0.kind: enhancement
1.about: tooling

When developing the tutorials one needs to execute the notebooks. This is done impurely, and to prevent causing too much damage we should do this in a container or VM....

0.kind: enhancement
9.needs: help
1.about: tooling