treewide: reformat nixfmt-rfc-style

Reformat repository using new nixfmt-rfc-style.
This commit is contained in:
Austin Horstman 2025-04-07 16:11:29 -05:00
parent 5df48c4255
commit cba2f9ce95
1051 changed files with 37028 additions and 26594 deletions

View file

@ -15,18 +15,16 @@
nmt.script = ''
assertFileExists home-files/.config/task/home-manager-taskrc
assertFileContent home-files/.config/task/home-manager-taskrc ${
builtins.toFile "taskwarrior.home-conf.expected" ''
data.location=/some/data/location
include dark-violets-256.theme
assertFileContent home-files/.config/task/home-manager-taskrc ${builtins.toFile "taskwarrior.home-conf.expected" ''
data.location=/some/data/location
include dark-violets-256.theme
urgency.blocked.coefficient=-42
urgency.user.tag.next.coefficient=42.420000
urgency.blocked.coefficient=-42
urgency.user.tag.next.coefficient=42.420000
include /my/stuff
urgency.user.tag.test.coefficient=-42.42
include /my/stuff
urgency.user.tag.test.coefficient=-42.42
''
}
''}
'';
}