Switch bscpkgs inputs to jungle
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
# Fetch the list of packages for BSC
|
||||
inputs.bscpkgs.url = "git+https://jungle.bsc.es/git/rarias/bscpkgs";
|
||||
inputs.jungle.url = "git+https://jungle.bsc.es/git/rarias/jungle";
|
||||
|
||||
outputs = { self, bscpkgs }:
|
||||
outputs = { self, jungle }:
|
||||
let
|
||||
customOverlay = final: prev: {
|
||||
# Disable GIL in python
|
||||
@@ -17,11 +17,11 @@
|
||||
gitUrl = "ssh://git@gitlab-internal.bsc.es/acinca/nos-v.git";
|
||||
};
|
||||
};
|
||||
pkgs = import bscpkgs.inputs.nixpkgs {
|
||||
pkgs = import jungle.inputs.nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
overlays = [
|
||||
# Add our BSC packages
|
||||
bscpkgs.bscOverlay
|
||||
jungle.bscOverlay
|
||||
# And our changes above on top
|
||||
customOverlay
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user