From 5f339cd83b88ffbc9f2e013bc7c3222eefe4be42 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 21 Mar 2021 20:16:15 +1000 Subject: [PATCH] Added nixfmt --- profiles/nixpkgs-dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/nixpkgs-dev.nix b/profiles/nixpkgs-dev.nix index ee6bb04..bdd5735 100644 --- a/profiles/nixpkgs-dev.nix +++ b/profiles/nixpkgs-dev.nix @@ -14,6 +14,7 @@ systemPackages = with pkgs; [ bat # A cat clone with syntax highlighting & Git integration cabal2nix # Convert Cabal files into Nix build instructions + nixfmt # An opinionated formatter for Nix nix-prefetch-github # Prefetch sources from github nix-prefetch-git # Prefetch sources from git nix-review # Review pull-requests on https://github.com/NixOS/nixpkgs