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:09:29 +0000
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-14 09:09:29 +0000
commit579cf1d03fb932083e6317967d1613d5c2587fb6 (patch)
tree629f039935382a2a7391bce9253f6c9968159049 /flake.nix
parent51c15d3ea2e16d4fc5f0f01a3b9befc66b1f982e (diff)
downloadmiasm-ta/nix.tar.gz
miasm-ta/nix.zip
Convert to src-layout ta/nix
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 89818257..9fb8fd09 100644
--- a/flake.nix
+++ b/flake.nix
@@ -83,7 +83,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")
 					];
 				};
 			});