Remove bscpkgs input
All checks were successful
CI / build:all (pull_request) Successful in 18m19s

This commit is contained in:
2025-10-07 12:36:33 +02:00
parent f78cdf8efa
commit 5d99acc02e
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;