move the current rosenpass codebase into a subdir

This is preparation to make the rosenpass repo a workspace, which can contain multiple crates.
This commit is contained in:
wucke13
2023-11-04 12:41:39 +01:00
parent 13563237cb
commit cd00f023fb
19 changed files with 1 additions and 1 deletions

View File

@@ -55,7 +55,7 @@
};
# parsed Cargo.toml
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
cargoToml = builtins.fromTOML (builtins.readFile ./rosenpass/Cargo.toml);
# source files relevant for rust
src = pkgs.lib.sourceByRegex ./. [