Skip to content

Commit

Permalink
nix flake: fix release mkShell (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidkshatriya committed May 14, 2024
1 parent 97bd236 commit 1970a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
ocaml5_1 = mkShell packages_5_1 pkgs_5_1;

release =
packages_4_14.mkShell { buildInputs = [ pkgs_4_14.dune-release ]; };
pkgs_4_14.mkShell { buildInputs = [ pkgs_4_14.dune-release ]; };
};
}));
}

0 comments on commit 1970a76

Please sign in to comment.