Compare commits
No commits in common. "21592dc57d72c634a1f2c5369e41392aeae21ce5" and "ea9d993324987a134ca6b93fbafe9c64010b623e" have entirely different histories.
21592dc57d
...
ea9d993324
@ -11,11 +11,7 @@ pkgs.stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
install -Dm444 -t $out/share/fonts/truetype $src/*.ttf
|
||||||
|
|
||||||
install -D -m444 -t $out/share/fonts/truetype $src/*.ttf
|
|
||||||
|
|
||||||
runHook postInstall
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with pkgs.lib; {
|
meta = with pkgs.lib; {
|
||||||
|
@ -11,11 +11,7 @@ pkgs.stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
install -Dm444 -t $out/share/fonts/truetype $src/*.ttf
|
||||||
|
|
||||||
install -D -m444 -t $out/share/fonts/truetype $src/*.ttf
|
|
||||||
|
|
||||||
runHook postInstall
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with pkgs.lib; {
|
meta = with pkgs.lib; {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
description = "A flake that installs SMC fonts. It follows unstable.";
|
description = "A very basic flake";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
@ -11,11 +11,7 @@ pkgs.stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
install -Dm444 -t $out/share/fonts/opentype $src/*.otf
|
||||||
|
|
||||||
install -D -m444 -t $out/share/fonts/opentype $src/*.otf
|
|
||||||
|
|
||||||
runHook postInstall
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with pkgs.lib; {
|
meta = with pkgs.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user