Haumea: disable datadot: error: psycopg2-2.9.1 not supported for interpreter python2.7
Graham Christensen committed
Dec 20, 2021 at 22:14 UTC
b10fad0bafb9ada91836f6a4066fee601ecbe8b8
1 file changed
+1
-1
delft/haumea.nix
+1
-1
@@ -3,7 +3,7 @@
3
{
4
imports =
5
[ ./common.nix
6
- ./datadog.nix
6
+ # ./datadog.nix # error: psycopg2-2.9.1 not supported for interpreter python2.7
7
./fstrim.nix
8
];
9