feat: show change status

This commit is contained in:
2026-06-15 12:30:58 +02:00
parent e164713cd5
commit 60cc288ab1
6 changed files with 255 additions and 26 deletions
+8
View File
@@ -22,8 +22,15 @@
dependencies = with pkgs.python314Packages; [
sparqlwrapper
feedgen
tinydb
];
# you will need to point to your local git clone
postInstall = ''
wrapProgram $out/bin/resspublica \
--set RESSPUBLICA_CACHE "/home/tomasr/devel/ReSSPublica/.cache"
'';
mainProgram = "resspublica.py";
};
packages.default = self.packages.${system}.resspublica;
@@ -33,6 +40,7 @@
python3
python314Packages.sparqlwrapper
python314Packages.feedgen
python314Packages.tinydb
];
};
};