fix rust builds

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-16 07:14:53 +01:00
parent dfb438e656
commit ea52b38350
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -82,7 +82,7 @@ rec {
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs"; # TODO: remove
};
sops-nix = {
url = "github:Mic92/sops-nix";