aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
];
};
});