trying to package chained-recurrence

This commit is contained in:
Matt Nish-Lapidus 2025-03-27 21:53:32 -04:00
parent 2a5b73b83e
commit 238d82bec3
7 changed files with 350 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ stdenv, pkgs, fetchurl, lib, unzip, makeWrapper, ... }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "mioctl";
version = "latest";