diff --git a/src/nix/hive/eval.nix b/src/nix/hive/eval.nix
index c54ea74..2109c19 100644
--- a/src/nix/hive/eval.nix
+++ b/src/nix/hive/eval.nix
@@ -77,7 +77,7 @@ let
         outputs = { nixpkgs, ... }: {
           colmena = {
             ${configName} = import nixpkgs {
-              system = "${currentSystem}";
+              system = "x86_64-linux"; # Set your desired system here
               overlays = [];
             };
           };