add some of the config from the server to the repo

This commit is contained in:
Chris Kruining 2024-07-15 17:32:47 +02:00
parent 9a935f8431
commit e63d103cc8
7 changed files with 70 additions and 59 deletions

View file

@ -2,7 +2,6 @@
let
overrides = (builtins.fromTOML (builtins.readFile ./rust-toolchain.toml));
libPath = with pkgs; lib.makeLibraryPath [];
in
{
pkgs.mkShell rec {