Skip to content
Snippets Groups Projects
Commit 27cdf30a authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

Update nix/frama-ci.*

parent c7c9aef0
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" = "b08d57ec272163d87d9e7060a8df00fd8fd9590d"; "rev" = "9a16e1f8c817fcfe7434a8c2f591306ceab0b60e";
"ref" = "feature/upgrade-opam2nix"; "ref" = "feature/upgrade-opam2nix";
}; };
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