mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-12 08:00:05 +01:00
feat: add gitlab source for gitlab package registry
cleanup http source
This commit is contained in:
parent
8ffad5a3ea
commit
d655269156
7 changed files with 180 additions and 70 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
outputs = { self, nixpkgs, systems }:
|
||||
let
|
||||
version = "0.5.1";
|
||||
version = "0.5.2";
|
||||
forEachSystem = nixpkgs.lib.genAttrs (import systems);
|
||||
nixpkgsFor = forEachSystem (system: import nixpkgs { inherit system; });
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue