Skip to content
Snippets Groups Projects
Commit 1d57a630 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Virgile Prevosto
Browse files

Update nix/frama-ci.*

parent fae34bc0
No related branches found
No related tags found
No related merge requests found
#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
{
......
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