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": 1657275623, "lastModified": 1659431458,
"narHash": "sha256-FtVLsJtUsK7Yul2Ma4x8qzFsbqPla/w+IBaotcK/jDI=", "narHash": "sha256-+CZVEohTMBLVbBf6W81H309rxrF7fOzAKkEJ7QVIu14=",
"ref": "release-7", "ref": "release-7",
"rev": "59dfb9e902183bd76cb39ff550495e5fdd17c65d", "rev": "eba143a47530adbd9d402a9736d0fdc06dcf836f",
"revCount": 8111, "revCount": 8116,
"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"
]; ];
} }