mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
packaging-nix: Add reuse compliance checker
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
parent
99c13ba45c
commit
f583b04d15
1 changed files with 12 additions and 1 deletions
|
@ -159,7 +159,18 @@
|
|||
pkgs = devPkgsFor system;
|
||||
shellHook = ''[ -z "$PS1" ] || exec "$SHELL"'';
|
||||
hardeningDisable = ["all"];
|
||||
packages = with pkgs; [bashInteractive bc boxfort criterion jq libffi libgit2 pcre clang-tools];
|
||||
packages = with pkgs; [
|
||||
bashInteractive
|
||||
bc
|
||||
boxfort
|
||||
clang-tools
|
||||
criterion
|
||||
jq
|
||||
libffi
|
||||
libgit2
|
||||
pcre
|
||||
reuse
|
||||
];
|
||||
in rec {
|
||||
default = full;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue