feat(shell): Add lon

This commit is contained in:
Tom Hubrecht 2024-09-12 20:16:20 +02:00
parent 69af2c4640
commit bc75d78a22
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
2 changed files with 14 additions and 0 deletions

View file

@ -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 = ''

View file

@ -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": {