File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1717
1818 outputs = { self , nixpkgs , utils , ... } @inputs :
1919 {
20- overlays . default = final : prev : let
21- darwinOptions = final . lib . optionalAttrs final . stdenv . isDarwin {
22- buildInputs = with final . darwin . apple_sdk . frameworks ; [
23- SystemConfiguration
24- CoreServices
25- ] ;
26- } ;
27- in
20+ overlays . default = final : prev :
2821 {
2922 deploy-rs = {
3023
31- deploy-rs = final . rustPlatform . buildRustPackage ( darwinOptions // {
24+ deploy-rs = final . rustPlatform . buildRustPackage {
3225 pname = "deploy-rs" ;
3326 version = "0.1.0" ;
3427
4134 ] ;
4235
4336 cargoLock . lockFile = ./Cargo.lock ;
44- meta = {
45- description = "A Simple multi-profile Nix-flake deploy tool" ;
37+
38+ meta = {
39+ description = "A Simple multi-profile Nix-flake deploy tool" ;
4640 mainProgram = "deploy" ;
47- } ;
48- } ) ;
41+ } ;
42+ } ;
4943
5044 lib = rec {
5145
You can’t perform that action at this time.
0 commit comments