diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-16T14·42+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·26+0100 |
commit | 208883243fb9b2ea0d5d668c44b0da1d83850854 (patch) | |
tree | 56f4cf387099499458f5c8a83baf94de609d22e1 /third_party | |
parent | 334616392b5887d2d17c9a0b118e6002a74e4bae (diff) |
Attempt to build Socrates using BuildKite
Let's see what happens...
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix new file mode 100644 index 000000000000..8135d756e365 --- /dev/null +++ b/third_party/default.nix @@ -0,0 +1,5 @@ +{ pkgs, unstable, briefcase, depot, ... }: + +# Exposing these to be available as briefcase.third_party.pkgs for example. + +{ inherit pkgs unstable briefcase depot; } |