mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01: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=";
|
||||
};
|
||||
|
||||
installPhase = /* bash */ ''
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
install -Dm644 fonts/variable/*.ttf -t $out/share/fonts/truetype/AleoFonts
|
||||
|
@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
installPhase = /* bash */ ''
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out
|
||||
|
@ -200,7 +200,7 @@ stdenvNoCC.mkDerivation {
|
||||
|
||||
sourceRoot = ".";
|
||||
|
||||
installPhase = /* bash */ ''
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
BASE="2024-03-30-Spring-2024-Fanart-Contest-All-Entries"
|
||||
|
Loading…
Reference in New Issue
Block a user