add cerulean compatability
This commit is contained in:
parent
e961180371
commit
a2192c9341
23 changed files with 239 additions and 688 deletions
|
|
@ -1,14 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
upkgs,
|
||||
...
|
||||
}: let
|
||||
{pkgs, ...}: let
|
||||
inherit
|
||||
(pkgs)
|
||||
lib
|
||||
;
|
||||
in
|
||||
upkgs.rustPackages.rustPlatform.buildRustPackage {
|
||||
pkgs.rustPackages.rustPlatform.buildRustPackage {
|
||||
pname = "ekphos";
|
||||
version = "v0.20.10";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue