Skip to content
Snippets Groups Projects
Commit b1e8776e authored by Michele Alberti's avatar Michele Alberti Committed by Virgile Prevosto
Browse files

[Nix] Fetch and use unstable packages with RTTI fix.

parent 59cf8409
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@
ocaml_version ? "ocamlPackages_latest.ocaml", plugins ? { } }:
let
unstablePckgs = import (builtins.fetchGit {
unstablePckgs = import (pkgs.fetchFromGitHub {
# Descriptive name to make the store path easier to identify
name = "With-RTTI-fix";
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
owner = "nixos";
repo = "nixpkgs";
rev = "0f0b14258be090303c5013c2e29234040fa9766c";
sha256 = "0000000000000000000000000000000000000000000000000000";
}) {};
in
plugins.helpers.simple_plugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment