ally
This commit is contained in:
@@ -84,6 +84,6 @@ in
|
|||||||
]
|
]
|
||||||
++ (with pkgs.${namespace}; [
|
++ (with pkgs.${namespace}; [
|
||||||
discord-krisp
|
discord-krisp
|
||||||
# librepods-beta
|
librepods-beta
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
fontconfig,
|
fontconfig,
|
||||||
freetype,
|
freetype,
|
||||||
namespace,
|
namespace,
|
||||||
|
system,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (lib.trivial) importJSON;
|
inherit (lib.trivial) importJSON;
|
||||||
@@ -26,7 +27,7 @@ let
|
|||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "librepods";
|
pname = "librepods";
|
||||||
version = "0.1.0";
|
version = "0.1.0-${system}";
|
||||||
|
|
||||||
src = sources.librepods;
|
src = sources.librepods;
|
||||||
|
|
||||||
|
|||||||
@@ -59,6 +59,7 @@
|
|||||||
|
|
||||||
network = {
|
network = {
|
||||||
hostName = "allyx";
|
hostName = "allyx";
|
||||||
|
networkmanager.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user