diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.envrc b/.envrc index c8c5665..afe06c2 100644 --- a/.envrc +++ b/.envrc @@ -1,3 +1,12 @@ +# Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> +# SPDX-License-Identifier: AGPL-3.0-or-later +# +# This file is part of Quotify - A simple CLI utility to shell quote the text +# inputted into it. +# +# You should have received a copy of the License along with this program. +# If not, see <https://www.gnu.org/licenses/agpl.txt>. + use flake || use nix watch_file flake.nix |