Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhanika committed Jun 6, 2024
2 parents b4151f9 + 5254a10 commit 4a514dd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-deps-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v3

- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Update deps-lock
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
/doc/tutorials/icfca-2013/icfca2013-tutorial-live.html
/.lsp/
/.direnv/
/.clj-kondo/
/.clj-kondo/
3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Additional Contributors are
* Johannes Hirth (pq-cores, scale-measures)
* Gleb Kanterov (interval-scale)
* Maximilian Marx (Wikidata)
* Jannik Nordmeyer (Metric Contexts, Causal Implications)
* Maximilian Stubbemann (concept-robustness)
* Anselm von Wangenheim (DimDraw)
* Johannes Wollbold (bug reports, feature requests)
* Jannik Nordmeyer (Metric Contexts, Causal Implications)

3 changes: 2 additions & 1 deletion deps-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"hash": "sha256-ZIsMIEuk8EDcQ8KfguRHHstmdWCK+wuzGp7BxCYTenQ="
},
{

"mvn-path": "com/clojure-goes-fast/clj-async-profiler/1.0.5/clj-async-profiler-1.0.5.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-GCU/PtxlxREIczFMtETc+xxGGK+y7c+hZjeTGY/M/dk="
Expand Down Expand Up @@ -457,7 +458,7 @@
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-2OgLA0KFMl6QX1RkmhWYtoe5pKmaOk9LlO7TWXyyEEg="
},
{

"mvn-path": "hiccup/hiccup/1.0.5/hiccup-1.0.5.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-D9Sn5HRh29rnILaEsZcWTrtpO7Y1jI4UZ/+nhwdsB/w="
Expand Down
1 change: 1 addition & 0 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
];

channels.nixpkgs.overlaysBuilder = channels: [inputs.clj-nix.overlays.default];

overlays.default = final: prev: {
inherit (self.packages."${final.system}") conexp-clj;
};
Expand Down Expand Up @@ -77,6 +76,7 @@
doCheck = true;
checkPhase = "lein test";
};

in rec {
packages = {
conexp-clj = conexp;
Expand All @@ -94,10 +94,12 @@
deps = mk-deps-cache {lock-file = ./deps-lock.json;};
in
mkApp {

drv = writeShellScriptBin "conexp-clj-tests" ''
lein test $@
'';
};

};

checks = {
Expand All @@ -116,3 +118,4 @@
# Local Variables:
# apheleia-formatter: alejandra
# End:

0 comments on commit 4a514dd

Please sign in to comment.