An open API service indexing awesome lists of open source software.

https://github.com/kamadorueda/nix-fmt-demo

Example demo of the new `$ nix fmt` command
https://github.com/kamadorueda/nix-fmt-demo

Last synced: 4 months ago
JSON representation

Example demo of the new `$ nix fmt` command

Awesome Lists containing this project

README

        

# `$ nix fmt` demo!

> Note: you need to clone the repository for the demo to work

flake.nix:

```nix
{
outputs = { nixpkgs, self }: {
formatter.x86_64-linux =
nixpkgs.legacyPackages.x86_64-linux.alejandra;
};
}
```

![demo](./demo.gif)