Merge "Add pre-commit checks" into main

This commit is contained in:
rebecca “wiggles” turner
2024-03-30 22:26:59 +00:00
committed by Gerrit Code Review
102 changed files with 496 additions and 392 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ let
inherit outputName;
};
};
outputsList = map outputToAttrListElement outputs;
in (builtins.head outputsList).value
-2
View File
@@ -8,5 +8,3 @@ namespace nix {
void setPersonality(std::string_view system);
}
+1 -1
View File
@@ -144,7 +144,7 @@ struct SourcePath
* Resolve any symlinks in this `SourcePath` according to the
* given resolution mode.
*
* @param mode might only be a temporary solution for this.
* @param mode might only be a temporary solution for this.
* See the discussion in https://github.com/NixOS/nix/pull/9985.
*/
SourcePath resolveSymlinks(
-2
View File
@@ -152,5 +152,3 @@ void ThreadPool::doWork(bool mainThread)
}
}