registry.nix: formatting

This commit is contained in:
Charlie Root 2024-08-23 08:23:24 +02:00
commit d4a89d347f

View file

@ -1,8 +1,4 @@
{
inputs,
pkgs,
...
}: let
{inputs, ...}: let
inherit (inputs) nixpkgs;
nixpkgsPath = nixpkgs.outPath;
in {