fix eval errors for bin-cache

This commit is contained in:
Luj 2023-05-14 12:49:28 +02:00
parent a8fbd15201
commit c28ef8134b
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;
};
};
};
}