about summary refs log tree commit diff stats
path: root/flake/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-06 15:35:40 +0100
committerSoispha <soispha@vhack.eu>2024-01-06 15:35:40 +0100
commit180326fe6d97333a4e1d141091a640b223cfc064 (patch)
tree2f96afe91f0c64f4432d1c9bfaec887a1b65225a /flake/default.nix
parentchore(hm/soispha/conf/taskwarrior/projects): Update (diff)
downloadnixos-config-180326fe6d97333a4e1d141091a640b223cfc064.tar.gz
nixos-config-180326fe6d97333a4e1d141091a640b223cfc064.zip
feat(flake): Add `rustfmt` to the dev environment
Diffstat (limited to 'flake/default.nix')
-rw-r--r--flake/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/flake/default.nix b/flake/default.nix
index cf2ea360..18e937e2 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -120,9 +120,6 @@ in {
         cocogitto
         git-bug
 
-        # nix
-        alejandra
-
         # secrets
         ragenix.packages."${system}".default
         git-crypt
@@ -130,6 +127,12 @@ in {
         # shell
         shfmt # TODO: Integrate this into nvim <2023-10-31>
 
+        # rust
+        rustfmt
+
+        # nix
+        alejandra
+
         # update
         generate_firefox_extensions.packages."${system}".default # needed for the firefox extension update script
         update-vim-plugins