diff --git a/shell.nix b/shell.nix index c3221d98..e73e6e29 100644 --- a/shell.nix +++ b/shell.nix @@ -6,7 +6,7 @@ let artiq-fast = ; artiqpkgs = import "${artiq-fast}/default.nix" { inherit pkgs; }; vivado = import "${artiq-fast}/vivado.nix" { inherit pkgs; }; - zc706-szl = (import zynq-rs).zc706-szl; + kasli_soc-szl = (import zynq-rs).kasli_soc-szl; in pkgs.stdenv.mkDerivation { name = "artiq-zynq-env"; @@ -32,5 +32,5 @@ in XARGO_RUST_SRC = "${rustPlatform.rust.rustc}/lib/rustlib/src/rust/library"; CLANG_EXTRA_INCLUDE_DIR = "${pkgs.llvmPackages_9.clang-unwrapped.lib}/lib/clang/9.0.1/include"; OPENOCD_ZYNQ = "${zynq-rs}/openocd"; - SZL = "${zc706-szl}/szl.elf"; + SZL = "${kasli_soc-szl}/szl.elf"; }