Compare commits

..

7 Commits

Author SHA1 Message Date
Egor Savkin f49d816ea2 Leave only msys (base) and mingw64 repos and files
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-05-03 17:24:14 +08:00
Egor Savkin 1ef5708b62 Fix missing llvm tools
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-05-03 17:24:14 +08:00
Egor Savkin b744a328ac Put dependencies into txts and remove other executables from start menu
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-05-03 17:24:14 +08:00
Egor Savkin 0e64c299b4 Reuse existing packages
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-05-03 17:24:14 +08:00
Egor Savkin cec8548f56 Add offline installer hydra job
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-05-03 17:24:14 +08:00
Sebastien Bourdeauducq 82601c365c flake: update dependencies 2024-05-02 09:25:11 +08:00
Sebastien Bourdeauducq 40b31fd3b0 update conda 2024-05-02 09:24:56 +08:00
2 changed files with 6 additions and 6 deletions

View File

@ -66,11 +66,11 @@
"src-pythonparser": "src-pythonparser"
},
"locked": {
"lastModified": 1714145623,
"narHash": "sha256-bf7uN8V2u+cpq+KB1oQGMbzgx/8sPEdzbTNGwq5pKCo=",
"lastModified": 1714477715,
"narHash": "sha256-BjWkwxd74piNuph1TwUm5IoK4N77FMmQOemxUuZ0AU4=",
"ref": "refs/heads/master",
"rev": "24fe885b5cb6ea40e891a3c5b1cc1174d07c3823",
"revCount": 8777,
"rev": "5fe47129ed2280cde16e10595568e47be548b12a",
"revCount": 8778,
"type": "git",
"url": "https://github.com/m-labs/artiq.git"
},

View File

@ -28,8 +28,8 @@
condaDeps = with pkgs; [ zlib xorg.libSM xorg.libICE xorg.libX11 xorg.libXau xorg.libXi xorg.libXrender libselinux libGL ];
# Use the full Anaconda distribution, which already contains conda-build and its many dependencies.
condaInstaller = pkgs.fetchurl {
url = "https://repo.anaconda.com/archive/Anaconda3-2023.07-2-Linux-x86_64.sh";
sha256 = "sha256-WJ+zT+c7wwM3mrvOulDzExJU6Fzk582Bm6Qna6KcrRY=";
url = "https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh";
sha256 = "sha256-xTbdt7S6c4vdvU5YGykwjLMy+hKuP6LNZoFL1zXf8jE=";
};
condaInstallerEnv = pkgs.buildFHSEnv {
name = "conda-installer-env";