Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama Clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stefan Gränitz
Frama Clang
Commits
c2508143
Commit
c2508143
authored
3 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
Update nix/frama-ci.*
parent
94e7800e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nix/frama-ci.nix
+1
-1
1 addition, 1 deletion
nix/frama-ci.nix
with
1 addition
and
1 deletion
nix/frama-ci.nix
+
1
−
1
View file @
c2508143
...
@@ -5,7 +5,7 @@ let
...
@@ -5,7 +5,7 @@ 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"
=
"
302db8051e232afb288a29ea1c91cc7a17fe9d85
"
;
"rev"
=
"
8419895dcec583fb0f0a88a2279d65076827fa30
"
;
"ref"
=
"fix/interface-files"
;
"ref"
=
"fix/interface-files"
;
};
};
pkgs
=
import
"
${
src
}
/pkgs.nix"
{};
pkgs
=
import
"
${
src
}
/pkgs.nix"
{};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment