From 1d57a63045e2eb9754647d8116751d5cc0a933a5 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@cea.fr>
Date: Tue, 20 Apr 2021 13:54:20 +0000
Subject: [PATCH] Update nix/frama-ci.*

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

diff --git a/nix/frama-ci.nix b/nix/frama-ci.nix
index c7ee97ff..e99207ae 100644
--- a/nix/frama-ci.nix
+++ b/nix/frama-ci.nix
@@ -1,12 +1,12 @@
 #To copy in other repository
-{ pkgs, password}:
+{ pkgs ? import <nixpkgs> {}, password}:
 
 let
     src = builtins.fetchGit {
             "url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
             "name" = "Frama-CI";
-            "rev" = "f86e807d6f440ac4479b78f8419dfd817803419d";
-            "ref" = "feature/wp/versions-bump";
+            "rev" = "4c154fc4d99e26ea9987750103938c059398b5ea";
+            "ref" = "feature/upgrade-opam2nix";
     };
  in
  {
-- 
GitLab