Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/tailwindcss - Update devenv.nix to Use Tailwind Nix Package #1316

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

use-the-fork
Copy link
Contributor

The base devenv.nix configuration relied on NPX to execute Tailwind CSS commands. However, for users without Node.js installed locally, these commands would fail. This update replaces NPX with the Tailwind package from Nix, ensuring compatibility regardless of local Node.js installations.

@use-the-fork
Copy link
Contributor Author

@domenkozar Here is the bug I was talking about. It's hard to work on the dev package since the pre-commit hook uses NPX and my other branches fail to commit without this.

If this can get reviewed and integrated first, it would be great!

@domenkozar domenkozar merged commit 1dac8dc into cachix:main Jul 4, 2024
267 of 275 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants