diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-27 22:33:06 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-27 22:33:06 +0200 |
commit | 0d369cc2681cb8df2c06cc5ec2b6930a7e30c655 (patch) | |
tree | d9e23b2ade28635376eb567f7584b6227f6d4723 /modules/by-name/le/less/env.less | |
parent | pkgs/lf-make-map: Correctly insert a child after a tiebreak (diff) | |
download | nixos-config-0d369cc2681cb8df2c06cc5ec2b6930a7e30c655.zip |
modules/less: Don't confuse less with the copyright comments in the config file
reuse treats the `.less` extensions as a format that can be commented. But that is a misconception and `less` does not actually understand these comments.
Diffstat (limited to 'modules/by-name/le/less/env.less')
-rw-r--r-- | modules/by-name/le/less/env.less | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/by-name/le/less/env.less b/modules/by-name/le/less/env.less index acf4bc4e..30f7645d 100644 --- a/modules/by-name/le/less/env.less +++ b/modules/by-name/le/less/env.less @@ -1,14 +1,2 @@ -/* - * nixos-config - My current NixOS configuration - * - * Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> - * SPDX-License-Identifier: GPL-3.0-or-later - * - * This file is part of my nixos-config. - * - * 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>. - */ - #env LESS = -R --use-color --incsearch --modelines=2 --save-marks --wordwrap --status-line |