Fix error in config

This commit is contained in:
Felix Suchert 2023-08-08 14:45:35 +02:00
parent 7ecc564aa6
commit a160aaa14a
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -36,7 +36,7 @@
## arguments to home.nix
#}
({ config, ... }: {
nixpkgs.overlays = [ mlir.overlay ];
nixpkgs.overlays = [ mlir.overlays.default ];
_module.args = {
unstable = import inputs.unstable {
inherit (config.nixpkgs) config;