Skip to content

Commit 9512caa

Browse files
committed
add thanks to contributors
1 parent 5b83d8a commit 9512caa

File tree

4 files changed

+124
-126
lines changed

4 files changed

+124
-126
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Thank you ❤️
251251

252252
- [Kevin Amado](https://github.com/kamadorueda) ~
253253
[Email](mailto:[email protected]),
254-
[Patreon](https://www.patreon.com/kamadorueda).
254+
[LinkedIn](https://www.linkedin.com/in/kamadorueda).
255255
- [Thomas Bereknyei](https://github.com/tomberek).
256256
- [Piegames](https://github.com/piegamesde).
257257
- [Joachim Ernst](https://github.com/0x4A6F).
@@ -262,7 +262,9 @@ Thank you ❤️
262262
- [Rok Garbas](https://github.com/garbas).
263263
- [Yorick van Pelt](https://github.com/yorickvP).
264264
- [Rehno Lindeque](https://github.com/rehno-lindeque).
265+
- [Rebecca Turner](https://github.com/9999years).
265266
- [Jörg Thalheim](https://github.com/Mic92).
267+
- [Nathan Henrie](https://github.com/n8henrie).
266268
- [Vincent Ambo](https://github.com/tazjin).
267269
- [Jamie Quigley](https://github.com/Sciencentistguy).
268270
- [Loïc Reynier](https://github.com/loicreynier).

flake.nix

+1-14
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,7 @@
3232
alejandra = final.rustPlatform.buildRustPackage {
3333
pname = "alejandra";
3434
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 = ./.;
4936
cargoLock.lockFile = ./Cargo.lock;
5037

5138
passthru.tests = {

0 commit comments

Comments
 (0)