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
- Host: GitHub
- URL: https://github.com/kamadorueda/nix-fmt-demo
- Owner: kamadorueda
- Created: 2022-02-18T15:43:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T14:03:06.000Z (over 3 years ago)
- Last Synced: 2024-12-27T03:26:12.966Z (6 months ago)
- Language: Nix
- Size: 1.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
};
}
```