misc: fix up reuse lint

This commit is contained in:
Luke Granger-Brown 2020-10-04 01:08:07 +01:00
parent dd3c58548d
commit 225dfdc114
2 changed files with 8 additions and 0 deletions

View file

@ -11,6 +11,10 @@ Files: third_party/nixpkgs/*
Copyright: 2003-2020 Eelco Dolstra and the Nixpkgs/NixOS contributors
License: MIT
Files: third_party/tvl/*
Copyright: 2019 Vincent Ambo
License: MIT
# Sample paragraph, commented out:
#
# Files: src/*

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
{ pkgs, ... }:
let
bazelTop = pkgs.buildFHSUserEnv {