diff --git a/nix/nixpkgs-version.nix b/nix/nixpkgs-version.nix index d291216e4..805169beb 100644 --- a/nix/nixpkgs-version.nix +++ b/nix/nixpkgs-version.nix @@ -1,6 +1,6 @@ # Pinned version of Nixpkgs, generated with postgrest-nixpkgs-upgrade. { - date = "2021-10-31"; - rev = "9303cc044586dd40599233454f1fd79176584c0f"; - tarballHash = "0bgdk4zw9m42i3cva55a2bp2z16kd6xchz08vl0zg8d0mr3kk0q3"; + date = "2021-11-02"; + rev = "7053541084bf5ce2921ef307e5585d39d7ba8b3f"; + tarballHash = "1flhh5d4zy43x6060hvzjb5hi5cmc51ivc0nwmija9n8d35kcc4x"; } diff --git a/nix/tools/style.nix b/nix/tools/style.nix index a791f2d01..a35ae6d55 100644 --- a/nix/tools/style.nix +++ b/nix/tools/style.nix @@ -6,6 +6,7 @@ , nixpkgs-fmt , shellcheck , silver-searcher +, statix , stylish-haskell }: let @@ -18,6 +19,7 @@ let } '' # Format Nix files + ${statix}/bin/statix fix ${nixpkgs-fmt}/bin/nixpkgs-fmt . > /dev/null 2> /dev/null # Format Haskell files