From 7956611a30d49befabeb102b6ec0a5b10569eaf0 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@cea.fr>
Date: Wed, 2 Jun 2021 07:29:24 +0000
Subject: [PATCH] Update nix/frama-ci.*

---
 nix/frama-ci.nix | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/nix/frama-ci.nix b/nix/frama-ci.nix
index da39505b99f..d1bcdc957c0 100644
--- a/nix/frama-ci.nix
+++ b/nix/frama-ci.nix
@@ -1,13 +1,14 @@
 #To copy in other repository
-{ pkgs, password}:
+{ password}:
 
 let
     src = builtins.fetchGit {
             "url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
             "name" = "Frama-CI";
-            "rev" = "fa6ed7619f4f95bed2622576da8f52c361f65ec9";
+            "rev" = "6ad3b6bcd58aa84052a15305a1d127838cd5c87b";
             "ref" = "feature/upgrade-opam2nix";
     };
+    pkgs = import "${src}/pkgs.nix";
  in
  {
   src = src;
-- 
GitLab