Skip to content

Commit 8393842

Browse files
committed
fix(icons): make flake.lock icon the nix logo
Closes: #1366 Signed-off-by: Christina Sørensen <[email protected]>
1 parent f526208 commit 8393842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/output/icons.rs

+1
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! {
309309
"COMMIT_EDITMSG" => Icons::GIT, // 
310310
"environment" => Icons::CONFIG, // 
311311
"favicon.ico" => '\u{e623}', // 
312+
"flake.lock" => '\u{f313}', // 
312313
"fonts.conf" => Icons::FONT, // 
313314
"fp-info-cache" => Icons::KICAD, // 
314315
"fp-lib-table" => Icons::KICAD, // 

0 commit comments

Comments
 (0)