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 @@ ...@@ -3,12 +3,12 @@
ocaml_version ? "ocamlPackages_latest.ocaml", plugins ? { } }: ocaml_version ? "ocamlPackages_latest.ocaml", plugins ? { } }:
let let
unstablePckgs = import (builtins.fetchGit { unstablePckgs = import (pkgs.fetchFromGitHub {
# Descriptive name to make the store path easier to identify # Descriptive name to make the store path easier to identify
name = "With-RTTI-fix"; owner = "nixos";
url = "https://github.com/NixOS/nixpkgs/"; repo = "nixpkgs";
ref = "master";
rev = "0f0b14258be090303c5013c2e29234040fa9766c"; rev = "0f0b14258be090303c5013c2e29234040fa9766c";
sha256 = "0000000000000000000000000000000000000000000000000000";
}) {}; }) {};
in in
plugins.helpers.simple_plugin 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