This commit is contained in:
2026-03-16 12:12:02 -05:00
parent 897ca32919
commit 3e6e975ce5
3 changed files with 4 additions and 2 deletions

View File

@@ -84,6 +84,6 @@ in
] ]
++ (with pkgs.${namespace}; [ ++ (with pkgs.${namespace}; [
discord-krisp discord-krisp
# librepods-beta librepods-beta
]); ]);
} }

View File

@@ -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;

View File

@@ -59,6 +59,7 @@
network = { network = {
hostName = "allyx"; hostName = "allyx";
networkmanager.enable = true;
}; };
}; };