flake: check for out-of-dateness

This commit is contained in:
Aaron Bieber 2023-11-22 11:59:58 -07:00
parent 54d0d8b701
commit 454da9e945
No known key found for this signature in database

View File

@ -40,6 +40,7 @@
default = pkgs.mkShell {
shellHook = ''
PS1='\u@\h:\@; '
nix run github:qbit/xin#flake-warn
echo "Perl `${pkgs.perl}/bin/perl --version`"
'';
buildInputs = with pkgs.perlPackages; [ PerlTidy pkgs.sqlite ];