about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 19:03:06 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 19:03:06 +0200
commit0e5fe03143ae24763139ee04c9de5c62c4900516 (patch)
tree263c0050d701af51d9aead9e72689e68b08429cb /templates
parentfix(templates): Remove now unneeded licenses (diff)
downloadflake-templates-0e5fe03143ae24763139ee04c9de5c62c4900516.tar.gz
flake-templates-0e5fe03143ae24763139ee04c9de5c62c4900516.zip
fix(templates): Replace licensure by reuse
Diffstat (limited to 'templates')
-rw-r--r--templates/awk/flake.nix2
-rw-r--r--templates/c/flake.nix2
-rw-r--r--templates/latex/academia/flake.nix2
-rw-r--r--templates/rust/flake.nix2
-rw-r--r--templates/shell/flake.nix2
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/awk/flake.nix b/templates/awk/flake.nix
index 4f61840..9bb1883 100644
--- a/templates/awk/flake.nix
+++ b/templates/awk/flake.nix
@@ -95,7 +95,7 @@
           flake_version_update.packages."${system}".default
 
           gawk
-          licensure
+          reuse
         ];
       };
     });
diff --git a/templates/c/flake.nix b/templates/c/flake.nix
index fea015c..62cda18 100644
--- a/templates/c/flake.nix
+++ b/templates/c/flake.nix
@@ -74,7 +74,7 @@
           cocogitto
           flake_version_update.packages."${system}".default
 
-          licensure
+          reuse
         ];
         inherit nativeBuildInputs;
         env = {
diff --git a/templates/latex/academia/flake.nix b/templates/latex/academia/flake.nix
index 1e0969e..9a85d5d 100644
--- a/templates/latex/academia/flake.nix
+++ b/templates/latex/academia/flake.nix
@@ -114,7 +114,7 @@
       devShells.default = pkgs.mkShell {
         packages = with pkgs; [
           cocogitto
-          licensure
+          reuse
           flake_version_update.packages."${system}".default
           lpm.packages."${system}".default
           texlive
diff --git a/templates/rust/flake.nix b/templates/rust/flake.nix
index e6e5dc5..bd54e79 100644
--- a/templates/rust/flake.nix
+++ b/templates/rust/flake.nix
@@ -116,7 +116,7 @@
           rust_default
           cargo-edit
 
-          licensure
+          reuse
         ];
       };
     });
diff --git a/templates/shell/flake.nix b/templates/shell/flake.nix
index 56aa9d1..6eb007f 100644
--- a/templates/shell/flake.nix
+++ b/templates/shell/flake.nix
@@ -111,7 +111,7 @@
           cocogitto
           flake_version_update.packages."${system}".default
 
-          licensure
+          reuse
         ];
       };
     });