Changes
1 changed files (+24/-0)
-
-
@@ -36,6 +36,30 @@docs = pkgs.callPackage ./docs/package.nix { }; }; formatter = pkgs.buildFHSEnv { name = "fhs-dprint"; runScript = "dprint fmt"; targetPkgs = pkgs: with pkgs; [ # Code formatting platform written in Rust # https://dprint.dev/ dprint # Official formatter for Nix code # https://hackage.haskell.org/package/nixfmt nixfmt-rfc-style # Go Programming language # https://go.dev/ go # Tool for building, changing, and versioning infrastructure # https://opentofu.org/ opentofu ]; }; apps = { # nix run .#docs # --------------
-