mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-04 00:45:39 +02:00
packages: Remove phase language identifiers
Automatically handled by the new treesitter syntax highlighting.
This commit is contained in:
parent
e1509cabe9
commit
cd29ca4825
@ -14,7 +14,7 @@ stdenvNoCC.mkDerivation {
|
|||||||
hash = "sha256-HSxP5/sLHQTujBVt1u93625EXEc42lxpt8W1//6ngWM=";
|
hash = "sha256-HSxP5/sLHQTujBVt1u93625EXEc42lxpt8W1//6ngWM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = /* bash */ ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
install -Dm644 fonts/variable/*.ttf -t $out/share/fonts/truetype/AleoFonts
|
install -Dm644 fonts/variable/*.ttf -t $out/share/fonts/truetype/AleoFonts
|
||||||
|
@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
|
|||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = /* bash */ ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
|
@ -200,7 +200,7 @@ stdenvNoCC.mkDerivation {
|
|||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
installPhase = /* bash */ ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
BASE="2024-03-30-Spring-2024-Fanart-Contest-All-Entries"
|
BASE="2024-03-30-Spring-2024-Fanart-Contest-All-Entries"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user