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