mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
11 lines
215 B
Text
11 lines
215 B
Text
![]() |
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash
|
||
|
#
|
||
|
# Just because the nixpkgs-fmt error message is not super readable. Used by
|
||
|
# CI.
|
||
|
|
||
|
if ! nixpkgs-fmt --check . ; then
|
||
|
echo 'run `nixpkgs-fmt .` to fix it'
|
||
|
exit 1
|
||
|
fi
|