summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 3ad2d91..6de292b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,11 @@
outputs = { self, nixpkgs }:
let
system = "x86_64-linux";
- pkgs = import nixpkgs { inherit system; config.allowUnfree = true; };
+
+ pkgs = import nixpkgs {
+ inherit system;
+ config.allowUnfree = true;
+ };
crossSystem = "arm-linux";
cross = import nixpkgs {
@@ -138,6 +142,7 @@
pkg-config
(python3.withPackages (py: with py; [
cocotb
+ cocotb-bus
find-libpython # Para cocotb
matplotlib
numpy