From bf1684d63d950823e6f4ff91bae649e28a6c5fdf Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Fri, 8 Jul 2022 07:39:48 +0800 Subject: Fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3