diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-29 00:24:37 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-29 00:24:37 +0100 |
commit | de0e80582a5618eb8fa57506cf2a5783c9005d72 (patch) | |
tree | c77a7b477ff443938b11be94a5ba134e80d2016a /flake.nix | |
parent | chore(.reuse/templates/default): Add (diff) | |
download | nix-library-de0e80582a5618eb8fa57506cf2a5783c9005d72.zip |
chore(treewide): License under the LGPL-3.0-or-later
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index e6f5f4f..e0d6353 100644 --- a/flake.nix +++ b/flake.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: LGPL-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>. + { inputs = {}; |