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, 0 insertions, 5 deletions
diff --git a/users/wpcarro/third_party/default.nix b/users/wpcarro/third_party/default.nix
deleted file mode 100644
index 949110373fb2..000000000000
--- a/users/wpcarro/third_party/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ pkgs, briefcase, depot, ... }:
-
-# Exposing these to be available as briefcase.third_party.pkgs for example.
-
-{ inherit pkgs briefcase depot; }