Skip to content

Commit

Permalink
swiftpm2nix: migrate to Swift suite directory
Browse files Browse the repository at this point in the history
Since they are from the same team.
  • Loading branch information
AndersonTorres committed Jul 18, 2024
1 parent 7246208 commit 2709408
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/swift/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ let

swift-format = callPackage ./swift-format { };

swiftpm2nix = callPackage ./swiftpm2nix { };

};

in self
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16654,9 +16654,7 @@ with pkgs;
svdtools = callPackage ../development/embedded/svdtools { };

swiftPackages = recurseIntoAttrs (callPackage ../development/compilers/swift { });
inherit (swiftPackages) swift swiftpm sourcekit-lsp swift-format;

swiftpm2nix = callPackage ../development/tools/swiftpm2nix { };
inherit (swiftPackages) swift swiftpm sourcekit-lsp swift-format swiftpm2nix;

swiProlog = callPackage ../development/compilers/swi-prolog {
inherit (darwin.apple_sdk.frameworks) Security;
Expand Down

0 comments on commit 2709408

Please sign in to comment.