mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-28 10:29:29 +02:00
feat: format via 'ls **/*.nix | each { |it| nixfmt $it.name }'
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{mylib, ...}: {
|
||||
imports =
|
||||
(mylib.scanPaths ./.)
|
||||
++ [
|
||||
../base
|
||||
];
|
||||
{ mylib, ... }:
|
||||
{
|
||||
imports = (mylib.scanPaths ./.) ++ [
|
||||
../base
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user