Reorganized flake.nix

This commit is contained in:
panotaka
2023-12-22 22:28:10 -04:00
parent e1a46e38fa
commit 31c09af227
2 changed files with 19 additions and 6 deletions

View File

@@ -4,5 +4,5 @@
deadnix.enable = true;
};
packages = with pkgs; [nixpkgs-fmt nixfmt];
packages = with pkgs; [nixpkgs-fmt nixfmt alejandra deadnix];
}