affine: Rename package to affine-font

Name conflict introduced by NixOS/nixpkgs#294925
This commit is contained in:
Andrew Kvalheim 2024-03-28 08:04:58 -07:00
parent 025fed9388
commit 62b66e131e
3 changed files with 4 additions and 4 deletions

View file

@ -15,12 +15,12 @@ in
config = {
allowedUnfree = [
"affine"
"affine-font"
"corefonts"
];
home.packages = with pkgs; [
affine
affine-font
corefonts
iosevka-custom.mono
iosevka-custom.proportional

View file

@ -9,7 +9,7 @@ let
in
specify {
add-words = any;
affine = any;
affine-font = any;
album-art = any;
ansible-vault-pass-client = any;
apex = any;

View file

@ -8,7 +8,7 @@
}:
stdenv.mkDerivation {
pname = "affine";
pname = "affine-font";
version = "unstable-2023-02-09";
src = fetchFromGitea {