mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-24 13:12:32 -05:00
update frigate to use nixos-unstable-small
This commit is contained in:
parent
445adc0c55
commit
c6a9c09452
2 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
|
|
@ -42,6 +43,9 @@
|
|||
else []
|
||||
);
|
||||
};
|
||||
overlays = [
|
||||
(final: prev: {frigate = inputs.unstable-small.legacyPackages.${prev.system}.frigate;})
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue