nandi/frqpublic Fork 0
ec5b47d7dfcbe057abdcd1a62dcc6c99dc76a815
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Make ../common a dependency rather than a path 95d91a2 · on ec5b47d7dfcbe057abdcd1a62dcc6c99dc76a815 · nandi · 7d ago
deps.edn · 9 lines · 525 BClojure Blame HistoryRaw
1
2
3
4
5
6
7
8
9
{;; This directory is a dependency rather than a source path, and only because
 ;; tools.deps has deprecated `:paths` that leave the project: `../common` in
 ;; flutter/deps.edn warned on every build. `:local/root` is the supported way
 ;; to say the same thing, and it needs a deps.edn here to point at.
 ;;
 ;; Nothing else: the deps of the two halves that compile this belong to those
 ;; halves. `.` is the whole directory, so frq.clock, frq.store and frq.io land
 ;; on the classpath exactly as they did.
 :paths ["."]}