oizys/pkgs/default.nix

8 lines
244 B
Nix
Raw Normal View History

2024-09-14 11:14:03 -05:00
{ pkgs, ... }:
{
2024-10-08 11:02:07 -05:00
nph = pkgs.callPackage ./nim/nph { }; # doesn't compile with 2.2.0 :/
2024-09-14 11:14:03 -05:00
nimlangserver = pkgs.callPackage ./nim/nimlangserver { };
nimble = pkgs.callPackage ./nim/nimble { };
distrobox = pkgs.callPackage ./distrobox {};
2024-09-14 11:14:03 -05:00
}