diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2022-07-08 07:39:48 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2022-07-08 07:39:48 +0800 |
commit | bf1684d63d950823e6f4ff91bae649e28a6c5fdf (patch) | |
tree | dec0d8f8a75b3223c57a80e58dae10834ebb60b3 | |
parent | 98f4915f1a203a2af05cfe995ad62a5b995a3cf7 (diff) | |
download | fork-ledger-bf1684d63d950823e6f4ff91bae649e28a6c5fdf.tar.gz fork-ledger-bf1684d63d950823e6f4ff91bae649e28a6c5fdf.tar.bz2 fork-ledger-bf1684d63d950823e6f4ff91bae649e28a6c5fdf.zip |
Fix typo
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ (pkgs.lib.optionalString useGpgme "-DUSE_GPGME:BOOL=ON") ]; - # by default, it will query the python interpreter for it's sitepackages location + # by default, it will query the python interpreter for its sitepackages location # however, that would write to a different nixstore path, pass our own sitePackages location prePatch = pkgs.lib.optionalString usePython '' substituteInPlace src/CMakeLists.txt \ |