Skip to content

Commit

Permalink
chore(nix): update flakes (#10484)
Browse files Browse the repository at this point in the history
* chore(nix): update flakes

Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>

* chore: add comment to makefile

Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>

* last update to nixpkgs

Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>

---------

Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
  • Loading branch information
anmonteiro committed May 7, 2024
1 parent 736546c commit 0d5cc92
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ install-ocamlformat:
dev-depext:
opam depext -y $(TEST_DEPS)

# v4-414-dev
.PHONY: melange
melange:
opam pin add -n melange.dev https://github.com/melange-re/melange.git#v4-414-dev
opam pin add -n melange.dev https://github.com/melange-re/melange.git#24e21cc42

.PHONY: dev-deps
dev-deps: melange
Expand Down
22 changes: 11 additions & 11 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
};
melange = {
# When moving the compiler tests to OCaml 5.1, change to v4-51-dev
url = "github:melange-re/melange/v4-414-dev";
url = "github:melange-re/melange?rev=24e21cc4284ffb18b3a856c1d730f06f34d32737";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
Expand Down

0 comments on commit 0d5cc92

Please sign in to comment.