fix eval errors for bin-cache

This commit is contained in:
Luj 2023-05-14 12:49:28 +02:00
parent 470f262fb2
commit b7dfe811e6
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 16 additions and 0 deletions

View file

@ -50,6 +50,12 @@ inputs: lib: with lib; let
hm_version = inputs.home-manager;
};
bin-cache = {
arch = "x86_64-linux";
nixpkgs_version = inputs.nixpkgs;
hm_version = inputs.home-manager;
};
};
};
}