From 0e5fe03143ae24763139ee04c9de5c62c4900516 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 3 Aug 2024 19:03:06 +0200 Subject: fix(templates): Replace licensure by reuse --- templates/awk/flake.nix | 2 +- templates/c/flake.nix | 2 +- templates/latex/academia/flake.nix | 2 +- templates/rust/flake.nix | 2 +- templates/shell/flake.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') 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 ]; }; }); -- cgit 1.4.1