Skip to content

Commit 7c077e2

Browse files
kajusnaubrianmcgillion
authored andcommitted
cleanup: add automatic sorting for laptop targets
Signed-off-by: Kajus Naujokaitis <kajus.naujokaitis@unikie.com>
1 parent 4583879 commit 7c077e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

targets/laptop/flake-module.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ let
5656
# ============================================================
5757
# Debug Configurations
5858
# ============================================================
59+
# keep-sorted start block=yes skip_lines=1 newline_separated=yes by_regex=\sname\s=\s\"(.*)\"
5960

6061
(ghaf-configuration {
6162
name = "alienware-m18-R2";
@@ -339,10 +340,12 @@ let
339340
partitioning.disko.enable = true;
340341
};
341342
})
343+
# keep-sorted end
342344

343345
# ============================================================
344346
# Release Configurations
345347
# ============================================================
348+
# keep-sorted start block=yes skip_lines=1 newline_separated=yes by_regex=\sname\s=\s\"(.*)\"
346349

347350
(ghaf-configuration {
348351
name = "alienware-m18-R2";
@@ -576,6 +579,7 @@ let
576579
];
577580
};
578581
})
582+
# keep-sorted end
579583
];
580584

581585
# Map all of the defined configurations to an installer image

0 commit comments

Comments
 (0)