Compare commits

...

3 Commits

2 changed files with 6 additions and 4 deletions

View File

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

View File

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