fix(lib): shell: remove unneccessary ''$

This commit is contained in:
2025-07-18 03:23:25 +00:00
parent 3516d24868
commit e74ef30dc6
2 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@
nixpkgs = nixpkgs-25-05;
overlays = [ self.overlays.default ];
self-lib = import ./lib { inherit flake self inputs nixpkgs; };
in self-lib.forAllSystemsWithPkgs [(import rust-overlay)] ({
in self-lib.forAllSystemsWithPkgs ([(import rust-overlay)] ++ overlays) ({
system,
pkgs,
}: {