Remove bscpkgs input

This commit is contained in:
2025-10-07 12:36:33 +02:00
parent f78cdf8efa
commit 5ce931db42
3 changed files with 4 additions and 33 deletions

View File

@@ -1,9 +1,8 @@
{ pkgs, nixpkgs, bscpkgs, theFlake, ... }:
{ pkgs, nixpkgs, theFlake, ... }:
{
nixpkgs.overlays = [
bscpkgs.bscOverlay
(import ../../../pkgs/overlay.nix)
(import ../../../overlay.nix)
];
nixpkgs.config.allowUnfree = true;