diff options
Diffstat (limited to 'users/wpcarro/third_party/default.nix')
-rw-r--r-- | users/wpcarro/third_party/default.nix | 5 |
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 000000000000..949110373fb2 --- /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; } |