Configure bscpkgs.nixpkgs to follow nixpkgs

This commit is contained in:
Rodrigo Arias 2023-09-02 23:37:59 +02:00
parent f9c77b433a
commit 13a70411aa
2 changed files with 10 additions and 4 deletions

View File

@ -23,12 +23,17 @@
} }
}, },
"bscpkgs": { "bscpkgs": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": { "locked": {
"lastModified": 1690560045, "lastModified": 1693479395,
"narHash": "sha256-39ZP+FIzlWoN3c43hReBYpStg4RLYw/z7TdxCQmOvTM=", "narHash": "sha256-/C0ZEafHZlhD0m145P5crGPcD7Ck9GGSTbiqbiAlgUo=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "b4a20d7c3af854b39682484adfd1c7979319f439", "rev": "18d64c352c10f9ce74aabddeba5a5db02b74ec27",
"revCount": 841, "revCount": 845,
"type": "git", "type": "git",
"url": "https://pm.bsc.es/gitlab/rarias/bscpkgs.git" "url": "https://pm.bsc.es/gitlab/rarias/bscpkgs.git"
}, },

View File

@ -4,6 +4,7 @@
agenix.url = "github:ryantm/agenix"; agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs"; agenix.inputs.nixpkgs.follows = "nixpkgs";
bscpkgs.url = "git+https://pm.bsc.es/gitlab/rarias/bscpkgs.git"; bscpkgs.url = "git+https://pm.bsc.es/gitlab/rarias/bscpkgs.git";
bscpkgs.inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = { self, nixpkgs, agenix, bscpkgs, ... }: outputs = { self, nixpkgs, agenix, bscpkgs, ... }: