users/foo-dogsquared/setups/research: add Software Heritage tools

This commit is contained in:
Gabriel Arazas 2025-03-30 11:33:09 +08:00
parent c5835bc8a0
commit 0c7fb4aa90
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -90,6 +90,13 @@ in {
}"; }";
text = "Local sync server"; text = "Local sync server";
}; };
programs.python.modules = ps: with pkgs.swh; [
swh-core
swh-fuse
swh-model
swh-web-client
];
} }
(lib.mkIf userCfg.programs.shell.enable { (lib.mkIf userCfg.programs.shell.enable {