misc: fix up reuse lint
This commit is contained in:
parent
dd3c58548d
commit
225dfdc114
2 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,10 @@ Files: third_party/nixpkgs/*
|
||||||
Copyright: 2003-2020 Eelco Dolstra and the Nixpkgs/NixOS contributors
|
Copyright: 2003-2020 Eelco Dolstra and the Nixpkgs/NixOS contributors
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
|
Files: third_party/tvl/*
|
||||||
|
Copyright: 2019 Vincent Ambo
|
||||||
|
License: MIT
|
||||||
|
|
||||||
# Sample paragraph, commented out:
|
# Sample paragraph, commented out:
|
||||||
#
|
#
|
||||||
# Files: src/*
|
# Files: src/*
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
bazelTop = pkgs.buildFHSUserEnv {
|
bazelTop = pkgs.buildFHSUserEnv {
|
||||||
|
|
Loading…
Reference in a new issue