mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Remove deadnix exclude
This commit is contained in:
parent
b381835c6c
commit
3fe5c70433
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
deadnix = pkgs.runCommand "deadnix" { buildInputs = [ pkgs.deadnix ]; } ''
|
deadnix = pkgs.runCommand "deadnix" { buildInputs = [ pkgs.deadnix ]; } ''
|
||||||
deadnix ${self} --fail --exclude ${self}/flake/formatter.nix
|
deadnix --fail ${self}
|
||||||
mkdir $out
|
mkdir $out
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue