tvl-depot/third_party/default.nix
William Carroll 784de28be4 Remove <unstable> from briefcase
I don't use this anywhere, so it's time to shed more weight.
2020-08-20 11:26:32 +01:00

5 lines
145 B
Nix

{ pkgs, briefcase, depot, ... }:
# Exposing these to be available as briefcase.third_party.pkgs for example.
{ inherit pkgs briefcase depot; }