Add licensing for template
This commit is contained in:
parent
800241de25
commit
6fa6b45e11
7 changed files with 47 additions and 7 deletions
4
.envrc
4
.envrc
|
@ -1 +1,5 @@
|
||||||
|
# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
use flake
|
use flake
|
||||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
.direnv
|
.direnv
|
||||||
.helix
|
.helix
|
||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
|
|
18
LICENSES/MIT.txt
Normal file
18
LICENSES/MIT.txt
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) <year> <copyright holders>
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
||||||
|
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
||||||
|
following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial
|
||||||
|
portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
||||||
|
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
||||||
|
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||||
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
||||||
|
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@ -1,3 +1,9 @@
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
||||||
|
|
||||||
|
SPDX-License-Identifier: MIT
|
||||||
|
-->
|
||||||
|
|
||||||
# ❄️ Nix Flake template
|
# ❄️ Nix Flake template
|
||||||
|
|
||||||
Template that automatically configures settings for language checking,
|
Template that automatically configures settings for language checking,
|
||||||
|
|
14
flake.lock
generated
14
flake.lock
generated
|
@ -56,11 +56,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1752558218,
|
"lastModified": 1752566655,
|
||||||
"narHash": "sha256-X429IFYAQYZGQFboq1Pz4qtU2XcD/avTHnJ+WEgiT7I=",
|
"narHash": "sha256-w1Shlyy4dlAwtOb8NJ9XMs2FUD030WLgHWxOBQsh8bk=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "cb93b994031e290e44dabc7663d1f014bbf52c84",
|
"rev": "193dbe8d030aa6784eae9acb211c4cfda404ed65",
|
||||||
"revCount": 4,
|
"revCount": 11,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sudoer777.dev/me/nix-flake-base.git"
|
"url": "https://git.sudoer777.dev/me/nix-flake-base.git"
|
||||||
},
|
},
|
||||||
|
@ -233,11 +233,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1752077645,
|
"lastModified": 1752446735,
|
||||||
"narHash": "sha256-HM791ZQtXV93xtCY+ZxG1REzhQenSQO020cu6rHtAPk=",
|
"narHash": "sha256-Nz2vtUEaRB/UjvPfuhHpez060P/4mvGpXW4JCDIboA4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "be9e214982e20b8310878ac2baa063a961c1bdf6",
|
"rev": "a421ac6595024edcfbb1ef950a3712b89161c359",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
3
flake.lock.license
Normal file
3
flake.lock.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
||||||
|
|
||||||
|
SPDX-License-Identifier: MIT
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
{
|
{
|
||||||
description = "Nix Flake template";
|
description = "Nix Flake template";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
@ -63,6 +67,7 @@
|
||||||
};
|
};
|
||||||
devshells.default = {
|
devshells.default = {
|
||||||
packages = [ pkgs.forgejo-cli ];
|
packages = [ pkgs.forgejo-cli ];
|
||||||
|
# reuse annotate -c "Ethan Reece <contact@ethanreece.com>" -l MIT -y 2025
|
||||||
devshell = {
|
devshell = {
|
||||||
motd = ''
|
motd = ''
|
||||||
{202} Nix Flake template{reset}
|
{202} Nix Flake template{reset}
|
||||||
|
|
Loading…
Add table
Reference in a new issue