urukul: fix migen package path

pull/30/head
Sebastien Bourdeauducq 2019-07-26 15:58:01 +08:00
parent 06e8e67d10
commit 789336adca
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
let
migen = (pkgs.callPackage ../artiq/pkgs/python-deps.nix {}).migen;
migen = (pkgs.callPackage ../artiq-fast/pkgs/python-deps.nix {}).migen;
ise = import ./ise.nix { inherit pkgs; };
in
{