mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-16 00:19:12 +00:00
users/foo-dogsquared/setups/research: add Software Heritage tools
This commit is contained in:
parent
c5835bc8a0
commit
0c7fb4aa90
@ -90,6 +90,13 @@ in {
|
||||
}";
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user