mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
Fix error in config
This commit is contained in:
parent
7ecc564aa6
commit
a160aaa14a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue