mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +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
|
## arguments to home.nix
|
||||||
#}
|
#}
|
||||||
({ config, ... }: {
|
({ config, ... }: {
|
||||||
nixpkgs.overlays = [ mlir.overlay ];
|
nixpkgs.overlays = [ mlir.overlays.default ];
|
||||||
_module.args = {
|
_module.args = {
|
||||||
unstable = import inputs.unstable {
|
unstable = import inputs.unstable {
|
||||||
inherit (config.nixpkgs) config;
|
inherit (config.nixpkgs) config;
|
||||||
|
|
Loading…
Reference in a new issue