summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-05 00:15:33 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-05 00:15:33 -0800
commit0ea853e905c151e349dc148537c7e3930e336bec (patch)
tree5cf6c7498ac60ca765232afa8e099a6ec282b6ff /flake.nix
parentbd1f7c1574745caddecc08d755fed3c6f6bbc79e (diff)
parent856f990a6b14bca35d4c8feb7594aa1eeb18537d (diff)
Merge branch 'unstable'
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 56f7405..c2d5703 100644
--- a/flake.nix
+++ b/flake.nix
@@ -193,7 +193,11 @@ cp -r $HOME/website_html/. $out/
};
devShells."${system}".default = with pkgs; mkShell {
- inherit (pre-commit-check) shellHook;
+
+ shellHook = ''
+${pre-commit-check.shellHook}
+git config branch.main.mergeoptions "--no-ff"
+'';
buildInputs = [
deadnix
lychee