Added nixfmt

This commit is contained in:
Craige McWhirter 2021-03-21 20:16:15 +10:00
parent c6b30fd900
commit 5f339cd83b
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -14,6 +14,7 @@
systemPackages = with pkgs; [ systemPackages = with pkgs; [
bat # A cat clone with syntax highlighting & Git integration bat # A cat clone with syntax highlighting & Git integration
cabal2nix # Convert Cabal files into Nix build instructions cabal2nix # Convert Cabal files into Nix build instructions
nixfmt # An opinionated formatter for Nix
nix-prefetch-github # Prefetch sources from github nix-prefetch-github # Prefetch sources from github
nix-prefetch-git # Prefetch sources from git nix-prefetch-git # Prefetch sources from git
nix-review # Review pull-requests on https://github.com/NixOS/nixpkgs nix-review # Review pull-requests on https://github.com/NixOS/nixpkgs