finish removing nph

This commit is contained in:
Daylin Morgan 2025-01-09 14:51:13 -06:00
parent a38851ddb0
commit e220f4bf88
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 0 additions and 2 deletions

View file

@ -66,7 +66,6 @@ let
openssl
nim
self.packages.${pkgs.system}.nimble
# nimble
];
};
});

View file

@ -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 { };