From bc75d78a223641e2452add22e247e33bff1bcaa2 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Thu, 12 Sep 2024 20:16:20 +0200 Subject: [PATCH] feat(shell): Add lon --- default.nix | 2 ++ npins/sources.json | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/default.nix b/default.nix index d113d48..bf8cded 100644 --- a/default.nix +++ b/default.nix @@ -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 = '' diff --git a/npins/sources.json b/npins/sources.json index 8ea7a67..794c4bc 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -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": {