summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2022-07-08 07:39:48 +0800
committerMartin Michlmayr <tbm@cyrius.com>2022-07-08 07:39:48 +0800
commitbf1684d63d950823e6f4ff91bae649e28a6c5fdf (patch)
treedec0d8f8a75b3223c57a80e58dae10834ebb60b3
parent98f4915f1a203a2af05cfe995ad62a5b995a3cf7 (diff)
downloadfork-ledger-bf1684d63d950823e6f4ff91bae649e28a6c5fdf.tar.gz
fork-ledger-bf1684d63d950823e6f4ff91bae649e28a6c5fdf.tar.bz2
fork-ledger-bf1684d63d950823e6f4ff91bae649e28a6c5fdf.zip
Fix typo
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 86e26ae9..e4b26d35 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 \