From 59cf840926bcb3d4c779e474ee1a0802b45f45c0 Mon Sep 17 00:00:00 2001 From: Michele Alberti <michele.alberti@cea.fr> Date: Thu, 6 Aug 2020 10:49:57 +0200 Subject: [PATCH] [Nix] Fetch and use unstable packages with RTTI fix. --- nix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/default.nix b/nix/default.nix index 3d11081f..a173d234 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -6,8 +6,8 @@ let unstablePckgs = import (builtins.fetchGit { # Descriptive name to make the store path easier to identify name = "With-RTTI-fix"; - url = "https://github.com/nixos/nixpkgs-channels/"; - ref = "refs/heads/nixpkgs-unstable"; + url = "https://github.com/NixOS/nixpkgs/"; + ref = "master"; rev = "0f0b14258be090303c5013c2e29234040fa9766c"; }) {}; in -- GitLab