mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
fix pkgs system mismatch
This commit is contained in:
parent
6779ac1c65
commit
84925bfa31
2 changed files with 0 additions and 4 deletions
|
|
@ -140,7 +140,6 @@ with lib;
|
||||||
esphome = {
|
esphome = {
|
||||||
extraModules = [
|
extraModules = [
|
||||||
meta.modules.esphome
|
meta.modules.esphome
|
||||||
meta.modules.system.genesis
|
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
target = config.deploy.targets.home;
|
target = config.deploy.targets.home;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{ config, pkgs, lib, meta, ... }: {
|
|
||||||
_module.args.pkgs = lib.mkDefault meta.pkgs;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue