mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
no more nph for now
This commit is contained in:
parent
c5e4660d82
commit
8253720dc6
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ in
|
|||
])
|
||||
++ (with (flake.pkgs "self"); [
|
||||
nimlangserver
|
||||
nph
|
||||
# nph
|
||||
nimble
|
||||
]);
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
nph = pkgs.callPackage ./nim/nph { };
|
||||
nph = pkgs.callPackage ./nim/nph { }; # doesn't compile with 2.2.0 :/
|
||||
nimlangserver = pkgs.callPackage ./nim/nimlangserver { };
|
||||
nimble = pkgs.callPackage ./nim/nimble { };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue