Skip to content
Snippets Groups Projects
Commit e5833db4 authored by Loïc Correnson's avatar Loïc Correnson Committed by Virgile Prevosto
Browse files

Update nix/frama-ci.*

parent f2a2b5ca
No related branches found
No related tags found
No related merge requests found
#To copy in other repository #To copy in other repository
{ pkgs ? import <nixpkgs> {}, password}: { pkgs, password}:
let let
src = builtins.fetchGit { src = builtins.fetchGit {
"url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git"; "url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
"name" = "Frama-CI"; "name" = "Frama-CI";
"rev" = "22961f3356c3eb1279d817772b4f19c352d055a7"; "rev" = "f86e807d6f440ac4479b78f8419dfd817803419d";
"ref" = "master"; "ref" = "feature/wp/versions-bump";
}; };
in in
{ {
......
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