Merge pull request #68 from serokell/zhenya/aws-sync
Deployment: run `aws cp` before `aws sync` to replace existing files
Merge pull request #64 from serokell/zhenya/ops934-deploy-to-aws
nixfmt
nixfmt
is a formatter for Nix code, intended to easily apply a uniform style.
You are encouraged to test this out on your code and submit any undesirable formatting you find as an issue
nixfmt
is in nixpkgs master as of 2019-09-04:
nix-env -iA nixpkgs.nixfmt
To get the most recent version, install from master:
# Optional: use cachix to get cached builds even for master
cachix use nixfmt
nix-env -f https://github.com/serokell/nixfmt/archive/master.tar.gz -i
Haskell dependencies will be built by Nix.
nix-shell
cabal new-build
Haskell dependencies will be built by Cabal.
cabal new-build
nixfmt < input.nix
ā reads Nix code form stdin
, formats it, and outputs to stdout
nixfmt file.nix
ā format the file in placeWe welcome issues and pull requests on GitHub.
nixfmt
is maintained and funded with :heart: by
Serokell. The names and logo for Serokell are trademark
of Serokell OĆ.
We love open source software! See our other projects or hire us to design, develop and grow your idea!