From 784de28be4ba28cf5cf1eb037011a099804bd8fd Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 18 Aug 2020 14:24:27 +0100 Subject: Remove from briefcase I don't use this anywhere, so it's time to shed more weight. --- third_party/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party') 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; } -- cgit 1.4.1