From 4b4afa07c2853f848617054a2ac64f8090ba01f6 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 2 Jun 2024 00:58:26 +1000 Subject: [PATCH] nixpkgs-dev: updated to nixfmt-rfc-style --- profiles/nixpkgs-dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/nixpkgs-dev.nix b/profiles/nixpkgs-dev.nix index b2b41d3..07b80f2 100644 --- a/profiles/nixpkgs-dev.nix +++ b/profiles/nixpkgs-dev.nix @@ -15,7 +15,7 @@ environment = { systemPackages = with pkgs; [ cabal2nix # Convert Cabal files into Nix build instructions - nixfmt # An opinionated formatter for Nix + nixfmt-rfc-style # An opinionated formatter for Nix nix-prefetch-github # Prefetch sources from github nix-prefetch-git # Prefetch sources from git nixpkgs-review # Review pull-requests on https://github.com/NixOS/nixpkgs