Compare commits
5 Commits
dbb3f97799
...
7266a38c91
Author | SHA1 | Date | |
---|---|---|---|
7266a38c91 | |||
d77fd5ad2d | |||
71f49aa290 | |||
4e26085e02 | |||
28e562fee0 |
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@ -0,0 +1,7 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: nixpkgs/nix:latest
|
||||
script: nix build . --extra-experimental-features "nix-command flakes"
|
@ -1,4 +1,4 @@
|
||||
# WIP SMC fonts flake
|
||||
SMC fonts flake
|
||||
|
||||
This is a nix flake that installs all SMC fonts.
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
, fonts ? [ ] }:
|
||||
|
||||
let
|
||||
# both of these files are generated via ./update.sh
|
||||
version = "version-20241013";
|
||||
fontsShas = import ./shas.nix;
|
||||
knownFonts = builtins.attrNames fontsShas;
|
||||
@ -65,9 +64,9 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "SMC typefaces";
|
||||
description = "Malayalam typefaces made by smc.org.in";
|
||||
longDescription = ''
|
||||
Swathanthra Malayalam Computing.
|
||||
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.
|
||||
'';
|
||||
homepage = "https://smc.org.in/";
|
||||
license = licenses.ofl;
|
||||
|
Loading…
Reference in New Issue
Block a user