add two_qubit_model

This commit is contained in:
Valentin Boettcher 2022-03-22 09:50:55 +01:00
parent 30ea4e6d52
commit 8135ff76db

View file

@ -66,6 +66,14 @@
}
);
two_qubit_model = super.two_qubit_model.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [
self.poetry
];
}
);
hopsflow = super.hopsflow.overridePythonAttrs (
old :{
buildInputs = old.buildInputs or [ ] ++ [