Benjamin Bädorf
a0ab7cbe82
Adds an initial page for education material, as this needs to be online quickly
8 lines
89 B
Nix
8 lines
89 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
pkgs.mkShell {
|
|
buildInputs = [
|
|
pkgs.nodejs
|
|
];
|
|
}
|