Change overlays.nix error to warning

auto-flake-update
Yorick van Pelt 2022-06-01 09:43:09 +02:00
parent adfe87abe1
commit ae0ed1a2f0
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 2 additions and 2 deletions

View File

@ -125,10 +125,10 @@ in {
};
};
xdg.configFile."nixpkgs/config.nix".text = ''
throw "tried to read nixpkgs/config.nix"
builtins.trace "tried to read nixpkgs/config.nix" {}
'';
xdg.configFile."nixpkgs/overlays.nix".text = ''
throw "tried to read nixpkgs/overlays.nix"
builtins.trace "tried to read nixpkgs/overlays.nix" []
'';
xdg.configFile."streamlink/config".text = ''
player = mpv --cache 2048