nixos-config/shell.nix
Sridhar Ratnakumar cd0ee36e18 Set up autoformat
2021-04-07 18:29:14 -04:00

6 lines
No EOL
104 B
Nix

{ pkgs ? import <nixpkgs> {}, ...}:
pkgs.mkShell {
buildInputs = [
pkgs.nixpkgs-fmt
];
}