add notenrechner website

This commit is contained in:
Frieder Hannenheim 2025-01-30 13:10:44 +01:00
parent 7aa9df065d
commit cca6385ce8
4 changed files with 69 additions and 1 deletions

View file

@ -14,6 +14,9 @@
ese-manual.url = "git+https://git.ifsr.de/ese/manual-website";
ese-manual.inputs.nixpkgs.follows = "nixpkgs";
vscode-server.url = "github:nix-community/nixos-vscode-server";
notenrechner.url = "git+https://git.ifsr.de/frieder.hannenheim/notenrechner.git";
notenrechner.inputs.nixpkgs.follows = "nixpkgs";
course-management = {
url = "github:fsr/course-management";