Fix package definition
Missed calling the closure from callPackage, also add a default package now
This commit is contained in:
parent
06d68a3118
commit
7a60bb5ec4
|
@ -21,6 +21,9 @@
|
|||
iosevka-custom-aile = "Iosevka Custom Aile";
|
||||
iosevka-custom-nerdfont = "IosevkaCustomNerdFont";
|
||||
};
|
||||
packages.${system} = pkgs.callPackage ./default.nix;
|
||||
packages.${system} = rec {
|
||||
inherit (pkgs.callPackage ./default.nix {}) iosevka-custom-aile iosevka-custom-nerdfont;
|
||||
default = iosevka-custom-nerdfont;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue