code review

This commit is contained in:
Miguel Palhas
2024-10-04 18:07:13 +01:00
parent fb2dd11452
commit a37a480273
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> { } }:
{ pkgs ? import <nixpkgs> { }, ... }:
let
overrides = (builtins.fromTOML (builtins.readFile ./rust-toolchain.toml));
libPath = with pkgs;