Add license header in default.nix

This commit is contained in:
Tobias Happ 2019-10-04 16:42:43 +02:00
parent 73a8fa64b1
commit 9c29347af8

View file

@ -1,3 +1,6 @@
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
{ pkgs ? import <nixpkgs> { } }: { pkgs ? import <nixpkgs> { } }:
rec { rec {