mirror of
https://github.com/tomasriveral/ReSSPublica.git
synced 2026-08-12 02:38:37 +02:00
feat: show change status
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user