feat(shell): Add lon
All checks were successful
build configuration / build_storage01 (push) Successful in 2m35s
build configuration / build_web02 (push) Successful in 2m37s
build configuration / build_vault01 (push) Successful in 2m41s
build configuration / build_rescue01 (push) Successful in 2m42s
build configuration / build_compute01 (push) Successful in 2m44s
lint / check (push) Successful in 23s
build configuration / build_web01 (push) Successful in 3m10s
build configuration / build_geo01 (push) Successful in 1m6s
build configuration / build_geo02 (push) Successful in 1m5s
build configuration / build_bridge01 (push) Successful in 1m5s
build configuration / push_to_cache_storage01 (push) Successful in 1m25s
build configuration / push_to_cache_web02 (push) Successful in 1m18s
build configuration / push_to_cache_geo01 (push) Successful in 1m18s
build configuration / push_to_cache_compute01 (push) Successful in 1m54s
build configuration / push_to_cache_rescue01 (push) Successful in 1m27s
build configuration / push_to_cache_geo02 (push) Successful in 1m10s
build configuration / push_to_cache_bridge01 (push) Successful in 1m12s
build configuration / push_to_cache_web01 (push) Successful in 2m9s
All checks were successful
build configuration / build_storage01 (push) Successful in 2m35s
build configuration / build_web02 (push) Successful in 2m37s
build configuration / build_vault01 (push) Successful in 2m41s
build configuration / build_rescue01 (push) Successful in 2m42s
build configuration / build_compute01 (push) Successful in 2m44s
lint / check (push) Successful in 23s
build configuration / build_web01 (push) Successful in 3m10s
build configuration / build_geo01 (push) Successful in 1m6s
build configuration / build_geo02 (push) Successful in 1m5s
build configuration / build_bridge01 (push) Successful in 1m5s
build configuration / push_to_cache_storage01 (push) Successful in 1m25s
build configuration / push_to_cache_web02 (push) Successful in 1m18s
build configuration / push_to_cache_geo01 (push) Successful in 1m18s
build configuration / push_to_cache_compute01 (push) Successful in 1m54s
build configuration / push_to_cache_rescue01 (push) Successful in 1m27s
build configuration / push_to_cache_geo02 (push) Successful in 1m10s
build configuration / push_to_cache_bridge01 (push) Successful in 1m12s
build configuration / push_to_cache_web01 (push) Successful in 2m9s
This commit is contained in:
parent
69af2c4640
commit
bc75d78a22
2 changed files with 14 additions and 0 deletions
|
@ -90,6 +90,8 @@ in
|
|||
|
||||
(pkgs.callPackage ./lib/colmena { inherit (nix-pkgs) colmena; })
|
||||
(pkgs.callPackage "${sources.agenix}/pkgs/agenix.nix" { })
|
||||
(pkgs.callPackage "${sources.lon}/nix/packages/lon.nix" { })
|
||||
|
||||
] ++ (import ./scripts { inherit pkgs; });
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
@ -159,6 +159,18 @@
|
|||
"url": null,
|
||||
"hash": "0aq9l1qhz01wm232gskq2mywik98zv2r8qn42bjw3kdb185wf9kl"
|
||||
},
|
||||
"lon": {
|
||||
"type": "Git",
|
||||
"repository": {
|
||||
"type": "GitHub",
|
||||
"owner": "nikstur",
|
||||
"repo": "lon"
|
||||
},
|
||||
"branch": "main",
|
||||
"revision": "a8b4406e5151af87b989564d4aa98ecd6d4d3500",
|
||||
"url": "https://github.com/nikstur/lon/archive/a8b4406e5151af87b989564d4aa98ecd6d4d3500.tar.gz",
|
||||
"hash": "0rcl5g727n4fbygprmyga1mzid1zlrmdsd6b6hs8x5s1m38wlssl"
|
||||
},
|
||||
"metis": {
|
||||
"type": "Git",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue