use anon params in murex fns

This commit is contained in:
atagen 2024-10-11 13:53:44 +11:00
parent 0562e2235d
commit ca53366fd0
4 changed files with 44 additions and 43 deletions

View file

@ -8,7 +8,7 @@ pkgs.stdenvNoCC.mkDerivation {
pname = "murex-module-starship";
version = "0.1.0";
inherit src;
patches = [./starship-set-time.patch];
# patches = [./starship-set-time.patch];
installPhase = ''
mkdir -p $out
cp -r ./* $out