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
{ pkgs ? import <nixpkgs> {}, password}:
{ pkgs, password}:
let
src = builtins.fetchGit {
"url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
"name" = "Frama-CI";
"rev" = "22961f3356c3eb1279d817772b4f19c352d055a7";
"ref" = "master";
"rev" = "f86e807d6f440ac4479b78f8419dfd817803419d";
"ref" = "feature/wp/versions-bump";
};
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