diff --git a/gluelogic/default.nix b/gluelogic/default.nix index f888375..6ba0c2c 100644 --- a/gluelogic/default.nix +++ b/gluelogic/default.nix @@ -1,6 +1,6 @@ { pkgs ? import {} }: let - artiqpkgs = import ../artiq-fast/pkgs/python-deps.nix { inherit (pkgs) stdenv fetchFromGitHub python3Packages; }; + artiqpkgs = import ../artiq-fast/pkgs/python-deps.nix { inherit (pkgs) stdenv fetchFromGitHub python3Packages; misoc-new = false; }; ise = import ./ise.nix { inherit pkgs; }; buildUrukulCpld = {version, src}: pkgs.stdenv.mkDerivation { name = "urukul-cpld-${version}";