Compare commits
No commits in common. "1f608e854c8ad2954c588a3f2a8f0f03af5bd4e2" and "a3004c769d0dcb66f7170d438e27a803a1dc488b" have entirely different histories.
1f608e854c
...
a3004c769d
2 changed files with 7 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1695708052,
|
"lastModified": 1695550077,
|
||||||
"narHash": "sha256-QiWOrZcCmY+zH2NVM6/opZaMRMgam9u+qVYycKLqL10=",
|
"narHash": "sha256-xoxR/iY69/3lTnnZDP6gf3J46DUKPcf+Y1jH03tfZXE=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "dd88dbc69438384bd94f8282584a86798750028c",
|
"rev": "a88df2fb101778bfd98a17556b3a2618c6c66091",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -12,7 +12,10 @@ clangStdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ swift swiftpm ];
|
nativeBuildInputs = [ swift swiftpm ];
|
||||||
buildInputs = [ swiftPackages.Dispatch swiftPackages.Foundation ];
|
buildInputs = [ swiftPackages.Foundation ];
|
||||||
|
|
||||||
|
# We only install the swiftformat binary, so don't need the other products.
|
||||||
|
swiftpmFlags = [ "--product swiftformat" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
binPath="$(swiftpmBinPath)"
|
binPath="$(swiftpmBinPath)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue