all repos — searchix @ 523d5f2e715f21dd1211c39bc1231d637588902f

Search engine for NixOS, nix-darwin, home-manager and NUR users

refactor: explicitly type Importer consts

Alan Pearce
commit

523d5f2e715f21dd1211c39bc1231d637588902f

parent

2755d0c1b610c00252b73595d1343e9ea98e9bea

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/config/importer-type.gointernal/config/importer-type.go
@@ -9,7 +9,7 @@
type ImporterType int const ( - All = iota - 1 + All ImporterType = iota - 1 UnknownType Packages Options