1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00

feat: devanagari script

This commit is contained in:
2020-12-16 22:25:04 +01:00
parent 680997fb12
commit a7d994abe7
4 changed files with 20 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ in {
allowUnfree = true;
packageOverrides = pkgs: {
nur = import (builtins.fetchTarball
"https://github.com/nix-community/NUR/archive/aea85375c7a82297d977904de8dd7f41baf2d59a.tar.gz") {
"https://github.com/nix-community/NUR/archive/222ea29ec4afb09c5565a7e5dda14bfd65a4a9f6.tar.gz") {
inherit pkgs;
};
writeDashBin = pkgs.writers.writeDashBin;