From fd087161f97a04e19f6baa508cd1e869098ca9e8 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 12 Aug 2025 11:59:52 +0200 Subject: otherutils: init at 1.0 --- pkgs/simple/otherutils.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pkgs/simple/otherutils.nix diff --git a/pkgs/simple/otherutils.nix b/pkgs/simple/otherutils.nix new file mode 100644 index 0000000..3cc0caa --- /dev/null +++ b/pkgs/simple/otherutils.nix @@ -0,0 +1,15 @@ +{ pkgs, stdenv }: + +stdenv.mkDerivation rec { + pname = "otherutils"; + version = "1.0"; + src = pkgs.fetchgit { + url = "https://cgit.krebsco.de/otherutils"; + rev = "refs/tags/${version}"; + hash = "sha256-PLOxq/zDa4QFc4+42t22hZ4QbkLxM9H7Lkbys+4IWgg="; + }; + env = { + PREFIX = placeholder "out"; + }; +} + -- cgit v1.2.3