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

Update nix/frama-ci.*

parent 6226131a
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" = "30cb528aa3dedd1133ef924dbf17b117b3612ea9"; "rev" = "c18a78b1b42bccfaad13a190a44f6c80f836f34c";
"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 NIXPKGS=$(eval echo $(nix-instantiate --eval -E "with import $FRAMA_CI/pkgs-ref.nix; url)) export 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