fixing overlays for media
This commit is contained in:
parent
a06a8e2e2f
commit
7f4148940f
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, nix-config, inputs, pkgs, ... }:
|
{ config, pkgs-local, nix-config, inputs, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = with nix-config.nixosModules; [
|
imports = with nix-config.nixosModules; [
|
||||||
|
@ -13,6 +13,14 @@
|
||||||
|
|
||||||
overlays = builtins.attrValues nix-config.overlays ++ [
|
overlays = builtins.attrValues nix-config.overlays ++ [
|
||||||
inputs.nh.overlays.default
|
inputs.nh.overlays.default
|
||||||
|
|
||||||
|
(final: prev: {
|
||||||
|
rbw = pkgs-local.rbw-latest;
|
||||||
|
})
|
||||||
|
|
||||||
|
(final: prev: {
|
||||||
|
rbw = pkgs-local.rbw-latest;
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue