fix overlays
This commit is contained in:
parent
d9138d415d
commit
48765e36f6
2 changed files with 5 additions and 1 deletions
|
@ -97,6 +97,9 @@
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
./config/hosts/lain/iso.nix
|
./config/hosts/lain/iso.nix
|
||||||
|
({ ... }: {
|
||||||
|
nixpkgs.overlays = [ self.overlays.kyouma self.overlays.otherPkgs ];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,8 @@ while [[ $# -gt 0 ]]; do
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--branch)
|
--branch)
|
||||||
BRANCH=$2
|
BRANCH="$2"
|
||||||
|
shift
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--no-delay)
|
--no-delay)
|
||||||
|
|
Loading…
Reference in a new issue