treewide: use strict mode for nixfmt (#2041)
Link: https://github.com/nix-community/stylix/pull/2041
Link: https://github.com/nix-community/stylix/pull/1976#discussion_r2539186937
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
(cherry picked from commit 3a332459f4)
This commit is contained in:
parent
62a3fa671e
commit
c3e7ce08ae
82 changed files with 110 additions and 378 deletions
|
|
@ -1,8 +1,6 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.git-hooks.flakeModule
|
||||
];
|
||||
imports = [ inputs.git-hooks.flakeModule ];
|
||||
|
||||
perSystem =
|
||||
{ config, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue