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-03 16:16:21 -07:00 committed by GitHub
parent 6e8bbb279b
commit 95e4dd69a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ lib, fetchgit, formats }:
with lib;
let
inherit (lib) concatStrings listToAttrs makeOverridable mapAttrsToList nameValuePair;
json = formats.json { };
in rec {