https://github.com/olebedev/prettier.nix
https://github.com/olebedev/prettier.nix
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/olebedev/prettier.nix
- Owner: olebedev
- Created: 2023-04-17T23:34:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T00:06:24.000Z (over 2 years ago)
- Last Synced: 2025-04-02T16:23:41.526Z (over 1 year ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prettier.nix
Implementation of the prettier as a Nix flake.
### Install
Using Nix Flakes
```
$ nix profile install github:olebedev/prettier.nix
```
Using `nix-env`
```
$ nix-env -i -f https://github.com/olebedev/prettier.nix/archive/main.tar.gz
```