mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 00:19:11 +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";
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user