major refactor and reorg

This commit is contained in:
Matt Nish-Lapidus 2025-02-04 16:27:59 -05:00
parent e91cca9aeb
commit f99d2c3145
7 changed files with 15 additions and 201 deletions

View file

@ -1,7 +1,7 @@
{ stdenv, pkgs, fetchurl, lib, unzip, autoPatchelfHook, makeWrapper, ... }:
stdenv.mkDerivation rec {
pname = "Amp Locker";
pname = "amplocker";
version = "latest";
src = fetchurl {
url = "https://audioassaultdownloads.s3.amazonaws.com/AmpLocker/AmpLocker109/AmpLockerLinux.zip";