File tree 4 files changed +124
-126
lines changed
src/alejandra_cli/src/ads
4 files changed +124
-126
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ Thank you ❤️
251
251
252
252
- [ Kevin Amado] ( https://github.com/kamadorueda ) ~
253
253
[ Email
] ( mailto:[email protected] ) ,
254
- [ Patreon ] ( https://www.patreon .com/kamadorueda ) .
254
+ [ LinkedIn ] ( https://www.linkedin .com/in /kamadorueda ) .
255
255
- [ Thomas Bereknyei] ( https://github.com/tomberek ) .
256
256
- [ Piegames] ( https://github.com/piegamesde ) .
257
257
- [ Joachim Ernst] ( https://github.com/0x4A6F ) .
@@ -262,7 +262,9 @@ Thank you ❤️
262
262
- [ Rok Garbas] ( https://github.com/garbas ) .
263
263
- [ Yorick van Pelt] ( https://github.com/yorickvP ) .
264
264
- [ Rehno Lindeque] ( https://github.com/rehno-lindeque ) .
265
+ - [ Rebecca Turner] ( https://github.com/9999years ) .
265
266
- [ Jörg Thalheim] ( https://github.com/Mic92 ) .
267
+ - [ Nathan Henrie] ( https://github.com/n8henrie ) .
266
268
- [ Vincent Ambo] ( https://github.com/tazjin ) .
267
269
- [ Jamie Quigley] ( https://github.com/Sciencentistguy ) .
268
270
- [ Loïc Reynier] ( https://github.com/loicreynier ) .
Original file line number Diff line number Diff line change 32
32
alejandra = final . rustPlatform . buildRustPackage {
33
33
pname = "alejandra" ;
34
34
inherit version ;
35
- src = final . stdenv . mkDerivation {
36
- name = "src" ;
37
- builder = builtins . toFile "builder.sh" ''
38
- source $stdenv/setup
39
-
40
- mkdir $out
41
- cp -rT --no-preserve=mode,ownership $src $out/src/
42
- cp $cargoLock $out/Cargo.lock
43
- cp $cargoToml $out/Cargo.toml
44
- '' ;
45
- cargoLock = ./Cargo.lock ;
46
- cargoToml = ./Cargo.toml ;
47
- src = ./src ;
48
- } ;
35
+ src = ./. ;
49
36
cargoLock . lockFile = ./Cargo.lock ;
50
37
51
38
passthru . tests = {
You can’t perform that action at this time.
0 commit comments