revert formatting from nixpkgs-fmt

This commit is contained in:
Jörg Thalheim
2023-07-21 13:08:51 +02:00
parent 3ce01871e5
commit 875ee61aa0
2 changed files with 2 additions and 7 deletions

View File

@@ -1,6 +1,4 @@
{ pkgs ? import <nixpkgs> { }
,
}:
{ pkgs ? import <nixpkgs> { } }:
let
lib = pkgs.lib;
python3 = pkgs.python3;