hosts/ni: add swh fs

This commit is contained in:
Gabriel Arazas 2023-05-09 16:17:09 +08:00
parent 03140974e8
commit a5a0399e61
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -137,6 +137,7 @@ in
(swh.swh-core.overrideAttrs (attrs: {
pythonPath = with pkgs.swh; [
swh-model
swh-fuse
];
}))