about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-14 09:20:50 +0000
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-14 09:20:50 +0000
commit73612a3ee88b6746974c8fdbddf95d2d18099668 (patch)
tree1f005153f9800aed584c6d7409d6769c525bcce6 /flake.nix
parenteaf7b7d06235d1899da4d47ef78f534120ba2e02 (diff)
downloadfocaccia-73612a3ee88b6746974c8fdbddf95d2d18099668.tar.gz
focaccia-73612a3ee88b6746974c8fdbddf95d2d18099668.zip
Update to new Miasm version with support for ldsmaxb
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6b6aa94..1dce778 100644
--- a/flake.nix
+++ b/flake.nix
@@ -118,7 +118,7 @@
 					fileset = pkgs.lib.fileset.unions [
 						(old.src + "/pyproject.toml")
 						(old.src + "/README.md")
-						(old.src + "/miasm/__init__.py")
+						(old.src + "/src/miasm/__init__.py")
 					];
 				};
 			});