about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 8135d756e365..949110373fb2 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -1,5 +1,5 @@
-{ pkgs, unstable, briefcase, depot, ... }:
+{ pkgs, briefcase, depot, ... }:
 
 # Exposing these to be available as briefcase.third_party.pkgs for example.
 
-{ inherit pkgs unstable briefcase depot; }
+{ inherit pkgs briefcase depot; }