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

Update nix/frama-ci.*

parent bb9540ee
No related branches found
No related tags found
No related merge requests found
#To copy in other repository #To copy in other repository
{ pkgs, password}: { 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" = "fa6ed7619f4f95bed2622576da8f52c361f65ec9"; "rev" = "6ad3b6bcd58aa84052a15305a1d127838cd5c87b";
"ref" = "feature/upgrade-opam2nix"; "ref" = "feature/upgrade-opam2nix";
}; };
pkgs = import "${src}/pkgs.nix";
in in
{ {
src = src; src = src;
......
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