1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat: add statix

This commit is contained in:
Ryan Cao 2023-08-25 21:21:54 +08:00
parent aa1e41caa2
commit a5d31746a9
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
8 changed files with 19 additions and 18 deletions

View file

@ -1,5 +1,5 @@
{pkgs, ...}: let
lib = pkgs.lib;
inherit (pkgs) lib;
in {
home.file.".cargo/config.toml".text = ''
[build]