forked from emily/nixfiles
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; };
|
||||
modules = [
|
||||
./config/hosts/lain/iso.nix
|
||||
({ ... }: {
|
||||
nixpkgs.overlays = [ self.overlays.kyouma self.overlays.otherPkgs ];
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -13,7 +13,8 @@ while [[ $# -gt 0 ]]; do
|
|||
shift
|
||||
;;
|
||||
--branch)
|
||||
BRANCH=$2
|
||||
BRANCH="$2"
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
--no-delay)
|
||||
|
|
Loading…
Reference in a new issue