clean up & refoldering
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# Arguments to the overlay function:
|
||||
{ ... }:
|
||||
final: prev: {
|
||||
minlog = prev.callPackage ./minlog.nix { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user