about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 941110b222..dcf3e9fda9 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.
   #