This branch is 19 commits behind rarias/bscpkgs:master
Aleix Boné c7b5ec13b8 Provide nixpkgs.lib in bscpkgs outputs
Currently, we can use bscpkgs similarly to nixpkgs either through
the flake outputs or with import bscpkgs:

```nix
# currently supported:
bscpkgs.legacyPackages.x86_64-linux.hello
let pkgs = import bscpkgs { system = "x86_64-linux"; }; in pkgs.hello
```
The missing piece is nixpkgs.lib (not pkgs.lib, the system agnostic
one). The workaround is to do bscpkgs.inputs.nixpkgs.lib instead. We can
simplify this by forwarding the lib to our outputs.

This enables us to use bscpkgs as a drop-in
replacing the inputs to our flake from nixpkgs to bscpkgs.
(inputs.nixpkgs.url = "<*BSC*pkgs url>").


Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
Tested-by: Aleix Boné <abonerib@bsc.es>
2025-09-12 14:28:42 +02:00
2025-09-12 14:21:00 +02:00
2020-07-20 16:07:26 +02:00
2021-03-12 13:57:22 +01:00
2025-07-21 17:23:30 +02:00
2025-09-12 14:21:00 +02:00
2023-10-03 12:23:01 +02:00

Nix overlay with BSC packages.

Description
No description provided
Readme 3.8 MiB
Languages
Nix 98.1%
C 1.1%
Shell 0.5%
Roff 0.3%