replace nixpkgs-fmt with nixfmt-rfc-style

This commit is contained in:
Jörg Thalheim 2024-08-15 08:39:41 +02:00
parent a51bd670d6
commit 5f8bbf7681
10 changed files with 127 additions and 89 deletions

View file

@ -1,4 +1,7 @@
{ pkgs ? import <nixpkgs> { }, packages ? [ ] }:
{
pkgs ? import <nixpkgs> { },
packages ? [ ],
}:
with pkgs;
mkShell {