diff options
| author | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-10-14 09:09:29 +0000 |
|---|---|---|
| committer | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-10-14 09:09:29 +0000 |
| commit | 579cf1d03fb932083e6317967d1613d5c2587fb6 (patch) | |
| tree | 629f039935382a2a7391bce9253f6c9968159049 /flake.nix | |
| parent | 51c15d3ea2e16d4fc5f0f01a3b9befc66b1f982e (diff) | |
| download | miasm-ta/nix.tar.gz miasm-ta/nix.zip | |
Convert to src-layout ta/nix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
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") ]; }; }); |