Archived
1
0
forked from rarias/bscpkgs

Remove bscpkgs input

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2025-10-07 12:36:33 +02:00
parent b1a37ae1fe
commit 188ba6df0a
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;