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

Update nix/frama-ci.*

parent 9237bf8e
No related branches found
No related tags found
No related merge requests found
...@@ -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" = "95e05a8778f3c2970cc0dfba8032ed5d445951be"; "rev" = "302db8051e232afb288a29ea1c91cc7a17fe9d85";
"ref" = "fix/interface-files"; "ref" = "fix/interface-files";
}; };
pkgs = import "${src}/pkgs.nix" {}; pkgs = import "${src}/pkgs.nix" {};
......
...@@ -8,5 +8,5 @@ export FRAMA_CI=$(nix-instantiate --eval -E "((import <nixos-20.03> {}).callPack ...@@ -8,5 +8,5 @@ export FRAMA_CI=$(nix-instantiate --eval -E "((import <nixos-20.03> {}).callPack
FRAMA_CI=${FRAMA_CI#\"} FRAMA_CI=${FRAMA_CI#\"}
FRAMA_CI=${FRAMA_CI%\"} FRAMA_CI=${FRAMA_CI%\"}
export NIX_PATH=nixpkgs=$(eval echo $(nix-instantiate --eval -E "with import $FRAMA_CI/pkgs-ref.nix; url")) export NIX_PATH="nixpkgs=$(eval echo $(nix-instantiate --eval -E "with import $FRAMA_CI/pkgs-ref.nix; url"))"
$FRAMA_CI/compile.sh $@ $FRAMA_CI/compile.sh $@
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