nit(flake): sort develop profiles

This commit is contained in:
Infinidoge 2023-07-10 21:01:22 -04:00
parent 69ef0c12a3
commit f80b77dfa5

View file

@ -141,15 +141,15 @@
develop = [ develop = [
(with profiles.develop.programming; [ (with profiles.develop.programming; [
python
racket
haskell haskell
java java
kotlin
lua
nim nim
python
racket
rust rust
zig zig
lua
kotlin
]) ])
]; ];
}; };