Compare commits
No commits in common. "7266a38c91f9b8fd512d9300686bd9c7d4572005" and "dbb3f97799e60ba08d6edfbbe556f669728ec5a7" have entirely different histories.
7266a38c91
...
dbb3f97799
@ -1,7 +0,0 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: nixpkgs/nix:latest
|
||||
script: nix build . --extra-experimental-features "nix-command flakes"
|
@ -1,4 +1,4 @@
|
||||
SMC fonts flake
|
||||
# WIP SMC fonts flake
|
||||
|
||||
This is a nix flake that installs all SMC fonts.
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
, fonts ? [ ] }:
|
||||
|
||||
let
|
||||
# both of these files are generated via ./update.sh
|
||||
version = "version-20241013";
|
||||
fontsShas = import ./shas.nix;
|
||||
knownFonts = builtins.attrNames fontsShas;
|
||||
@ -64,9 +65,9 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Malayalam typefaces made by smc.org.in";
|
||||
description = "SMC typefaces";
|
||||
longDescription = ''
|
||||
Swathanthra Malayalam Computing (SMC) is a free software collective engaged in the development, localization, standardization and popularization of various Free and Open Source Software in the Malayalam language. This derivation builds all fonts made by SMC.
|
||||
Swathanthra Malayalam Computing.
|
||||
'';
|
||||
homepage = "https://smc.org.in/";
|
||||
license = licenses.ofl;
|
||||
|
Loading…
Reference in New Issue
Block a user