diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-05 00:15:33 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-05 00:15:33 -0800 |
| commit | 0ea853e905c151e349dc148537c7e3930e336bec (patch) | |
| tree | 5cf6c7498ac60ca765232afa8e099a6ec282b6ff /flake.nix | |
| parent | bd1f7c1574745caddecc08d755fed3c6f6bbc79e (diff) | |
| parent | 856f990a6b14bca35d4c8feb7594aa1eeb18537d (diff) | |
Merge branch 'unstable'
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
