Commit Graph

7 Commits

Author SHA1 Message Date
Philip Taron
95e4dd69a2
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`
2024-05-04 01:16:21 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Emily Trau
b732363eed swiftpm2nix: fix hash mismatch when git submodules exist 2023-12-31 13:39:30 +11:00
Sandro Jäckel
00000001b4
treewide: switch builtins.fromJSON(builtins.readFile ./file.json) to lib.importJSON ./file.json #2 2023-05-06 16:20:13 +02:00
Stéphan Kochen
88be91f08c swiftpm2nix: add support for workspace-state v6 2023-04-30 15:03:19 +02:00
Stéphan Kochen
9cb7163973 swiftpm2nix: reduce duplication in generated files 2022-11-15 14:24:26 +01:00
Stéphan Kochen
4f082f522e swiftpm2nix: init 2022-10-10 21:26:50 +02:00