diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-08-01 10:57:06 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-08-01 10:57:06 -0500 |
| commit | 093faab416e482891e2f6897e14baec5bb824323 (patch) | |
| tree | 30dccab4c013daf4a330b2eb67386b9fcadc4cbe /flake.nix | |
| parent | 8ac09704c06dc40e4c63ef9332b731d81b873675 (diff) | |
| download | firefox-chrome-093faab416e482891e2f6897e14baec5bb824323.tar.xz firefox-chrome-093faab416e482891e2f6897e14baec5bb824323.zip | |
update flake fix prettier pkg
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,9 +32,9 @@ # `nix fmt` formats userChrome.css with prettier formatter = pkgs.writeShellApplication { name = "fmt"; - runtimeInputs = [ pkgs.nodePackages.prettier ]; + runtimeInputs = [ pkgs.prettier ]; text = '' - prettier --write "$@" + prettier --write userChrome.css ''; }; } |
