alejandra reformatting

This commit is contained in:
Quentin Boyer 2022-05-01 10:32:31 +02:00
parent f508209435
commit def2ee0064
20 changed files with 540 additions and 466 deletions

View file

@ -1,6 +1,9 @@
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}: {
home.sessionVariables = {
RUSTC_WRAPPER = "${pkgs.sccache}/bin/sccache";
};