1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 20:47:46 +00:00

feat: release 0.3.0

This commit is contained in:
Kevin Amado 2022-02-18 18:32:23 -05:00
parent 0d09692a3e
commit 599cf11483
No known key found for this signature in database
GPG key ID: FFF341057F503148
9 changed files with 21 additions and 21 deletions

View file

@ -30,6 +30,7 @@
];
shellHook = ''
export LD_LIBRARY_PATH=${nixpkgs.gcc.cc.lib}/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=${nixpkgs.zlib}/lib:$LD_LIBRARY_PATH
'';
};
};