swiftpm2nix: avoid top-level with in support module (#308838)

These functions are accessed from the following attrset paths:

- `swiftpm2nix.mkPinFile`
- `swiftpm2nix.helpers.sources`
- `swiftpm2nix.helpers.configure`
This commit is contained in:
Philip Taron
2024-05-04 01:16:21 +02:00
committed by GitHub
parent 6e8bbb279b
commit 95e4dd69a2
@@ -1,6 +1,6 @@
{ lib, fetchgit, formats }:
with lib;
let
inherit (lib) concatStrings listToAttrs makeOverridable mapAttrsToList nameValuePair;
json = formats.json { };
in rec {