Compare commits
No commits in common. "21592dc57d72c634a1f2c5369e41392aeae21ce5" and "ea9d993324987a134ca6b93fbafe9c64010b623e" have entirely different histories.
21592dc57d
...
ea9d993324
@ -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; {
|
||||
|
@ -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; {
|
||||
|
@ -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";
|
||||
|
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user