Compare commits

..

5 Commits

Author SHA1 Message Date
7266a38c91 update nix channel to unstable 2024-10-25 15:00:05 +02:00
d77fd5ad2d enable ci 2024-10-25 14:56:09 +02:00
71f49aa290 update readme 2024-10-25 14:50:08 +02:00
4e26085e02 Update default.nix 2024-10-13 20:50:28 +00:00
28e562fee0 Update default.nix 2024-10-13 20:45:28 +00:00
3 changed files with 10 additions and 4 deletions

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
stages:
- build
build:
stage: build
image: nixpkgs/nix:latest
script: nix build . --extra-experimental-features "nix-command flakes"

View File

@ -1,4 +1,4 @@
# WIP SMC fonts flake
SMC fonts flake
This is a nix flake that installs all SMC fonts.

View File

@ -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;