added debugging, switch to json

This commit is contained in:
Jonas Heinrich 2026-03-02 08:44:18 +01:00
parent fcffccb718
commit 56f1f4e8fb
3 changed files with 509 additions and 523 deletions

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1766473571, "lastModified": 1772047000,
"narHash": "sha256-5G1NDO2PulBx1RoaA6U1YoUDX0qZslpPxv+n5GX6Qto=", "narHash": "sha256-7DaQVv4R97cii/Qdfy4tmDZMB2xxtyIvNGSwXBBhSmo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "76701a179d3a98b07653e2b0409847499b2a07d3", "rev": "1267bb4920d0fc06ea916734c11b0bf004bbe17e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -18,7 +18,7 @@
overlay = final: prev: { overlay = final: prev: {
meinantrag = with final; python3Packages.buildPythonApplication rec { meinantrag = with final; python3Packages.buildPythonApplication rec {
pname = "meinantrag"; pname = "meinantrag";
version = "0.0.2"; version = "0.0.3";
format = "other"; format = "other";
src = self; src = self;

File diff suppressed because it is too large Load diff