From e65e390937fc1471a4633427702e32249ccf8ed1 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 11 Feb 2023 18:03:35 +0000 Subject: [PATCH] authentik/pythonapp: fix not-allowed-to-refer-to-a-store-path --- nix/pkgs/authentik/pythonapp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/pkgs/authentik/pythonapp/default.nix b/nix/pkgs/authentik/pythonapp/default.nix index efbfd13ebf..498d2165c6 100644 --- a/nix/pkgs/authentik/pythonapp/default.nix +++ b/nix/pkgs/authentik/pythonapp/default.nix @@ -56,7 +56,7 @@ let urllib3-secure-extra = super.urllib3-secure-extra.overridePythonAttrs (old: { nativeBuildInputs = old.nativeBuildInputs ++ [ self.flit-core ]; }); - watchfiles = self.callPackage "${pkgs.path}/pkgs/development/python-modules/watchfiles/default.nix" {}; + watchfiles = self.callPackage ../../../../third_party/nixpkgs/pkgs/development/python-modules/watchfiles/default.nix { CoreServices = null; }; selenium = null; });