Compare commits

..

No commits in common. "21592dc57d72c634a1f2c5369e41392aeae21ce5" and "ea9d993324987a134ca6b93fbafe9c64010b623e" have entirely different histories.

4 changed files with 4 additions and 16 deletions

View File

@ -11,11 +11,7 @@ pkgs.stdenv.mkDerivation {
};
installPhase = ''
runHook preInstall
install -D -m444 -t $out/share/fonts/truetype $src/*.ttf
runHook postInstall
install -Dm444 -t $out/share/fonts/truetype $src/*.ttf
'';
meta = with pkgs.lib; {

View File

@ -11,11 +11,7 @@ pkgs.stdenv.mkDerivation {
};
installPhase = ''
runHook preInstall
install -D -m444 -t $out/share/fonts/truetype $src/*.ttf
runHook postInstall
install -Dm444 -t $out/share/fonts/truetype $src/*.ttf
'';
meta = with pkgs.lib; {

View File

@ -1,5 +1,5 @@
{
description = "A flake that installs SMC fonts. It follows unstable.";
description = "A very basic flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";

View File

@ -11,11 +11,7 @@ pkgs.stdenv.mkDerivation {
};
installPhase = ''
runHook preInstall
install -D -m444 -t $out/share/fonts/opentype $src/*.otf
runHook postInstall
install -Dm444 -t $out/share/fonts/opentype $src/*.otf
'';
meta = with pkgs.lib; {