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:
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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user