Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
devops committed Feb 15, 2024
2 parents 7bac0bd + c1325dc commit 1302173
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 13 deletions.
73 changes: 64 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
inputs.haskell-backend.follows = "haskell-backend";
inputs.stacklock2nix.follows = "haskell-backend/stacklock2nix";
};
nixpkgs.follows = "haskell-backend/nixpkgs";
nixpkgs.follows = "llvm-backend/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
llvm-backend = {
url = "github:runtimeverification/llvm-backend";
inputs.nixpkgs.follows = "haskell-backend/nixpkgs";
inputs.utils.follows = "flake-utils";
};
rv-utils.url = "github:runtimeverification/rv-nix-tools";
Expand Down
4 changes: 2 additions & 2 deletions nix/k.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ src, maven, mvnHash, manualMvnArtifacts, clang, stdenv, lib, runCommand
, makeWrapper, bison, flex, gcc, git, gmp, jdk, jre, jre_minimal, mpfr, ncurses
, pkgconfig, python3, z3, haskell-backend, booster, prelude-kore, llvm-backend
, pkg-config, python3, z3, haskell-backend, booster, prelude-kore, llvm-backend
, debugger, version, llvm-kompile-libs, runtimeShell }:

let
Expand All @@ -19,7 +19,7 @@ let
}))
mpfr
ncurses
pkgconfig
pkg-config
python3
z3
haskell-backend
Expand Down

0 comments on commit 1302173

Please sign in to comment.