clean up & refoldering

This commit is contained in:
2024-11-28 15:44:34 +01:00
parent 56ca921d8f
commit 508aa43dc8
32 changed files with 177 additions and 641 deletions

View File

@@ -1,6 +1,6 @@
{ lib, stdenv, fetchgit, chez, gnumake, which, emacs, texliveFull }:
{ lib, stdenv, fetchgit, chez, which, emacs, texliveFull }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "minlog";
version = "2024-04-14";

View File

@@ -1,6 +0,0 @@
# Arguments to the overlay function:
{ ... }:
final: prev: {
minlog = prev.callPackage ./minlog.nix { };
}