feat: initial commit
This commit is contained in:
commit
2ec883ff80
12 changed files with 610 additions and 0 deletions
33
shell/nix-reuse.nix
Normal file
33
shell/nix-reuse.nix
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# SPDX-FileCopyrightText: 2025 Maurice Debray <maurice@dgnum.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: EUPL-1.2
|
||||
|
||||
{
|
||||
sprinkle,
|
||||
}:
|
||||
sprinkle.input.nix-reuse.output.run {
|
||||
defaultLicense = "EUPL-1.2";
|
||||
defaultCopyright = "La Délégation Générale Numérique <contact@dgnum.eu>";
|
||||
|
||||
downloadLicenses = true;
|
||||
generatedPaths = [
|
||||
"**/.envrc"
|
||||
"**/Cargo.lock"
|
||||
"**/_hardware-configuration.nix"
|
||||
".gitignore"
|
||||
"REUSE.toml"
|
||||
"shell.nix"
|
||||
|
||||
"**/lon.lock"
|
||||
"**/lon.nix"
|
||||
];
|
||||
|
||||
annotations = [
|
||||
#{
|
||||
# path = [ ];
|
||||
# copyright = [
|
||||
# "2024 Maurice Debray <maurice.debray@dgnum.eu>"
|
||||
# ];
|
||||
#}
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue