diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 941110b22200..dcf3e9fda9db 100644 --- a/default.nix +++ b/default.nix @@ -111,7 +111,7 @@ in fix(self: (readDepot { }) // { # Make the path to the depot available for things that might need it # (e.g. NixOS module inclusions) - path = ./.; + path = self.third_party.nixpkgs.lib.cleanSource ./.; # List of all buildable targets, for CI purposes. # |