diff options
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/overlay/development.nix | 2 | ||||
| -rw-r--r-- | nix/package/dev-shell.nix | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/nix/overlay/development.nix b/nix/overlay/development.nix index c956556..0d546e9 100644 --- a/nix/overlay/development.nix +++ b/nix/overlay/development.nix @@ -9,7 +9,7 @@ final: prev: { mark-darcs-weak-hash = final'.callPackage ../package/mark-darcs-weak-hash.nix { }; - nixfmt-3-space = final'.callPackage ../package/nixfmt-3-space.nix { }; + nixfmt = final'.callPackage ../package/nixfmt-3-space.nix { }; ocamlformat-rpc-bin = final'.callPackage ../package/ocamlformat-rpc-bin.nix { }; } diff --git a/nix/package/dev-shell.nix b/nix/package/dev-shell.nix index 3cfec5c..1e20cf4 100644 --- a/nix/package/dev-shell.nix +++ b/nix/package/dev-shell.nix @@ -9,7 +9,7 @@ ocamlPackages, mark-darcs-weak-hash, nixtamal, - nixfmt-3-space, + nixfmt, ocamlformat-rpc-bin, }: @@ -21,7 +21,7 @@ mkShell { packages = [ kdlfmt mark-darcs-weak-hash - nixfmt-3-space + nixfmt topiary ocamlPackages.alcotest |
