Compare commits

..

5 Commits

Author SHA1 Message Date
puttaalu 7266a38c91 update nix channel to unstable 2024-10-25 15:00:05 +02:00
puttaalu d77fd5ad2d enable ci 2024-10-25 14:56:09 +02:00
puttaalu 71f49aa290 update readme 2024-10-25 14:50:08 +02:00
puttaalu 4e26085e02 Update default.nix 2024-10-13 20:50:28 +00:00
puttaalu 28e562fee0 Update default.nix 2024-10-13 20:45:28 +00:00
3 changed files with 10 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
stages:
- build
build:
stage: build
image: nixpkgs/nix:latest
script: nix build . --extra-experimental-features "nix-command flakes"
+1 -1
View File
@@ -1,4 +1,4 @@
# WIP SMC fonts flake SMC fonts flake
This is a nix flake that installs all SMC fonts. This is a nix flake that installs all SMC fonts.
+2 -3
View File
@@ -4,7 +4,6 @@
, fonts ? [ ] }: , fonts ? [ ] }:
let let
# both of these files are generated via ./update.sh
version = "version-20241013"; version = "version-20241013";
fontsShas = import ./shas.nix; fontsShas = import ./shas.nix;
knownFonts = builtins.attrNames fontsShas; knownFonts = builtins.attrNames fontsShas;
@@ -65,9 +64,9 @@ in stdenv.mkDerivation (finalAttrs: {
''; '';
meta = with lib; { meta = with lib; {
description = "SMC typefaces"; description = "Malayalam typefaces made by smc.org.in";
longDescription = '' 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/"; homepage = "https://smc.org.in/";
license = licenses.ofl; license = licenses.ofl;