Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srid/windicss-nix
WindiCSS packaged up in Nix (and Docker)
https://github.com/srid/windicss-nix
nix windicss
Last synced: about 1 month ago
JSON representation
WindiCSS packaged up in Nix (and Docker)
- Host: GitHub
- URL: https://github.com/srid/windicss-nix
- Owner: srid
- Created: 2021-06-12T00:24:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T18:35:42.000Z (over 3 years ago)
- Last Synced: 2024-11-07T02:44:54.227Z (3 months ago)
- Topics: nix, windicss
- Language: Nix
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# windicss-nix
To build,
```
nix-build -A shell.nodeDependencies
```To update,
```
nix-shell -p nodePackages.node2nix --run 'node2nix'
```## Docker image
Docker image is built in CI for `master`. You can use it as:
```
docker run --rm -it sridca/windicss
```