From 876cffb6c6d80eeb342a3292c797a9f27d3f507a Mon Sep 17 00:00:00 2001 From: Michele Alberti <michele.alberti@cea.fr> Date: Thu, 6 Aug 2020 10:55:45 +0200 Subject: [PATCH] [Nix] Fetch and use unstable packages with RTTI fix. --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index d4cbcf28..b96f2616 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -8,7 +8,7 @@ let owner = "nixos"; repo = "nixpkgs"; rev = "0f0b14258be090303c5013c2e29234040fa9766c"; - sha256 = "0000000000000000000000000000000000000000000000000000"; + sha256 = "0srpsnr5fhn2zp36jx3inj6vrs5n302hh3vv0c7rsc90aq5i27cr"; }) {}; in plugins.helpers.simple_plugin -- GitLab