Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stefan Gränitz
Frama Clang
Commits
b6407904
Commit
b6407904
authored
May 06, 2021
by
Virgile Prevosto
Committed by
Virgile Prevosto
Jul 06, 2021
Browse files
Update nix/frama-ci.*
parent
77690959
Changes
1
Hide whitespace changes
Inline
Side-by-side
nix/frama-ci.nix
View file @
b6407904
#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"
=
"
b08d57ec272163d87d9e7060a8df00fd8fd9590d
"
;
"rev"
=
"
9a16e1f8c817fcfe7434a8c2f591306ceab0b60e
"
;
"ref"
=
"feature/upgrade-opam2nix"
;
};
in
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment