diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-11 18:58:05 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-11 18:59:31 +0530 |
commit | f6f682a8a9e6d7c5be41bdd087dcdaff8bb20836 (patch) | |
tree | 5385b3593c186971ceba11288c8175357dae03c1 /flake.nix | |
parent | 89ac91f70a9788b7a39b1b130108b005ed354a7d (diff) |
flake/devShell: add nixfmt-rfc-style
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ inputsFrom = [ self.packages.${system}.evanix ]; packages = with pkgs; [ + nixfmt-rfc-style gdb ccls valgrind |