rename disko input to diskoConfig for clarity
This commit is contained in:
2
home/packages/external/flake.nix
vendored
2
home/packages/external/flake.nix
vendored
@@ -34,7 +34,7 @@
|
||||
|
||||
};
|
||||
|
||||
hmModule = import ./. { inherit self; };
|
||||
hmModule = { config, lib, pkgs, ... }: import ./. { inherit config lib pkgs self; };
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user