about summary refs log tree commit diff
path: root/users/wpcarro/third_party/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/third_party/default.nix')
-rw-r--r--users/wpcarro/third_party/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/wpcarro/third_party/default.nix b/users/wpcarro/third_party/default.nix
new file mode 100644
index 0000000000..949110373f
--- /dev/null
+++ b/users/wpcarro/third_party/default.nix
@@ -0,0 +1,5 @@
+{ pkgs, briefcase, depot, ... }:
+
+# Exposing these to be available as briefcase.third_party.pkgs for example.
+
+{ inherit pkgs briefcase depot; }