mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-17 16:25:09 +02:00
pkgs: Add msbt tools
This commit is contained in:
parent
2da91ef71d
commit
129b9c193e
2 changed files with 38 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
sarc = pkgs.callPackage ./sarc.nix { inherit rstb; };
|
||||
rstb = pkgs.callPackage ./rstb.nix { inherit oead; };
|
||||
oead = pkgs.callPackage ./oead.nix { };
|
||||
msbt = pkgs.python3.pkgs.callPackage ./msbt.nix { };
|
||||
msbt-python = pkgs.python3.withPackages (_: [ msbt ]);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue