abkommen60jahre.de/shell.nix
Benjamin Bädorf a0ab7cbe82
Initial commit
Adds an initial page for education material, as this needs to be online quickly
2021-09-22 22:22:04 +02:00

8 lines
89 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.nodejs
];
}