Unverified Commit 95e4dd69 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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`
parent 6e8bbb27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ lib, fetchgit, formats }:
with lib;
let
  inherit (lib) concatStrings listToAttrs makeOverridable mapAttrsToList nameValuePair;
  json = formats.json { };
in rec {