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

Update nix/frama-ci.*

parent dd7d524e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ let
src = builtins.fetchGit {
"url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
"name" = "Frama-CI";
"rev" = "c18a78b1b42bccfaad13a190a44f6c80f836f34c";
"rev" = "95e05a8778f3c2970cc0dfba8032ed5d445951be";
"ref" = "fix/interface-files";
};
pkgs = import "${src}/pkgs.nix" {};
......
......@@ -8,5 +8,5 @@ export FRAMA_CI=$(nix-instantiate --eval -E "((import <nixos-20.03> {}).callPack
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 NIX_PATH=nixpkgs=$(eval echo $(nix-instantiate --eval -E "with import $FRAMA_CI/pkgs-ref.nix; url"))
$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