summary refs log tree commit diff stats
path: root/by-name-overlay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'by-name-overlay.nix')
-rw-r--r--by-name-overlay.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/by-name-overlay.nix b/by-name-overlay.nix
index 80aebf4..eb35b5f 100644
--- a/by-name-overlay.nix
+++ b/by-name-overlay.nix
@@ -1,3 +1,13 @@
+# nixLib - A library of nix functions for vhack.eu
+#
+# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+# SPDX-License-Identifier: AGPL-3.0-or-later
+#
+# This file is part of vhack.eu's nix library.
+#
+# You should have received a copy of the License along with this program.
+# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+
 {warn}:
 # Adapted from this: https://github.com/NixOS/nixpkgs/blob/1814b56453c91192f6d5a6276079948f9fe96c18/pkgs/top-level/by-name-overlay.nix
 # This file should not depend on `pkgs` and thus not use `lib`.