Compare commits

...

3 Commits

2 changed files with 6 additions and 4 deletions

View File

@ -11,11 +11,11 @@
"src-pythonparser": "src-pythonparser"
},
"locked": {
"lastModified": 1657277380,
"narHash": "sha256-6r8uqecGQvdM6oIoTEAPLoABp+h9p2Ji7C05DoK3aso=",
"lastModified": 1659431396,
"narHash": "sha256-STVcApCWaQ4lu5zOgUOrWeoiVpcXaTfdB5h+GUgKovY=",
"ref": "master",
"rev": "db4bccda7ed7724f7641b169f1d1c9425a15e8a3",
"revCount": 8102,
"rev": "f31279411ef7f198ee697290efe957544896ebdb",
"revCount": 8137,
"type": "git",
"url": "https://github.com/m-labs/artiq.git"
},

View File

@ -112,6 +112,7 @@
};
in rec {
inherit makeCondaChannel;
packages.x86_64-linux = rec {
korad_ka3005p = pkgs.python3Packages.buildPythonPackage {
pname = "korad_ka3005p";
@ -288,6 +289,7 @@
"llvmlite"
"llvm-tools"
"lld"
"tqdm"
"artiq-comtools"
];
}