Skip to content

PlumpMath/swift2nix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift2nix

The simplest use-case is the following:

buildSwiftExecutable {
  name = "your-swift-app";
  projectDir = ./.;
}

(demo Swift project included in example/)

TODOs:

  • dependencies that wrap c/c++ libraries not building properly yet.
  • fixed-output dependencies
  • better handling of transitive dependencies
  • refactoring

Contributing

PRs very welcome! It would be awesome if this evolved into something that would fit into nixpkgs

inspired by poetry2nix

About

nix for swift packages!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 56.4%
  • Swift 43.6%