Artifact cdba1df3cceebcc2f6ae2e22bbb2ab85621ee8a296c443920191be638e3f138e:
- File default.nix — part of check-in [7bafdb9f90] at 2022-10-31 23:37:32 on branch trunk — fix lack of alignment and small max file size for mkup; check in missing files (user: lexi, size: 521) [annotate] [blame] [check-ins using]
let pkgs = import <nixpkgs> {}; in pkgs.stdenv.mkDerivation { name = "velartrill-util"; buildInputs = with pkgs; [ coreutils gnumake gcc ocaml binutils-unwrapped glibc xorg.libX11.dev libsodium ]; src = ./.; meta = with pkgs.stdenv.lib; { description = "a collection of handy utilities for a variety of tasks ranging from unit conversion to password generation to the manipulation of disobedient software"; homepage = https://c.hale.su/util; license = licenses.agpl3; platforms = platforms.all; }; }