mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
finish removing nph
This commit is contained in:
parent
a38851ddb0
commit
e220f4bf88
2 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@ let
|
|||
openssl
|
||||
nim
|
||||
self.packages.${pkgs.system}.nimble
|
||||
# nimble
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
|
@ -3,7 +3,6 @@ let
|
|||
inherit (pkgs) python3Packages;
|
||||
in
|
||||
{
|
||||
nph = pkgs.callPackage ./nim/nph { };
|
||||
# nimlangserver = pkgs.callPackage ./nim/nimlangserver { };
|
||||
procs = pkgs.callPackage ./nim/procs { };
|
||||
nimble = pkgs.callPackage ./nim/nimble { };
|
||||
|
|
Loading…
Reference in a new issue