chore(cheetah)!: update config
Use flake overlays in `mkNixOnDroidHost` Fix `FireCode` `ttf` path in `terminal.font` Use `pkgs.nixUnstable`
This commit is contained in:
parent
39d8399a20
commit
bed4f58f5f
2 changed files with 4 additions and 2 deletions
|
@ -136,7 +136,7 @@ rec {
|
|||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
|
||||
overlays = [
|
||||
overlays = builtins.attrValues outputs.overlays ++ [
|
||||
inputs.nix-on-droid.overlays.default
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue