mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
software-heritage: create attrset for swh set
This commit is contained in:
parent
998376f9b7
commit
0927743845
15
pkgs/software-heritage/default.nix
Normal file
15
pkgs/software-heritage/default.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ lib, callPackage, newScope, python3Packages, ... }:
|
||||
|
||||
lib.fix' (self: let
|
||||
callPackage = newScope self;
|
||||
in {
|
||||
recurseForDerivations = true;
|
||||
attrs-strict = callPackage ./attrs-strict.nix { inherit python3Packages; };
|
||||
aiohttp-utils = callPackage ./aiohttp-utils.nix { inherit python3Packages; };
|
||||
|
||||
swh-fuse = callPackage ./swh-fuse.nix { inherit python3Packages; };
|
||||
swh-core = callPackage ./swh-core.nix { inherit python3Packages; };
|
||||
swh-model = callPackage ./swh-model.nix { inherit python3Packages; };
|
||||
swh-web-client = callPackage ./swh-web-client.nix { inherit python3Packages; };
|
||||
swh-auth = callPackage ./swh-auth.nix { inherit python3Packages; };
|
||||
})
|
Loading…
Reference in New Issue
Block a user