fix(lib): shell: remove unneccessary ''$
This commit is contained in:
@@ -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,
|
||||
}: {
|
||||
|
||||
Reference in New Issue
Block a user