flake.nix: change input fenix to a fixed fork

This commit is contained in:
Astro 2022-02-23 15:56:17 +01:00
parent fb4a3274a9
commit f92ba3d020
2 changed files with 9 additions and 6 deletions

View File

@ -8,15 +8,16 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1645338193,
"narHash": "sha256-BTajZF5xFmO3+MZE29C6JRLSM6PXdoFrpTlaMZr0Ljc=",
"owner": "nix-community",
"lastModified": 1645538813,
"narHash": "sha256-NSWEv+Zh4z1AjSHN8zKvndWRiT79FVG9JGMkpoiedus=",
"owner": "rvolosatovs",
"repo": "fenix",
"rev": "f15f0f9fedd87e265e49585463df72c1257f1ae8",
"rev": "088f90901c7d6930065905e191859d0319982f5a",
"type": "github"
},
"original": {
"owner": "nix-community",
"owner": "rvolosatovs",
"ref": "fix/rustc-patch",
"repo": "fenix",
"type": "github"
}

View File

@ -25,7 +25,9 @@
sops-nix.url = "github:Mic92/sops-nix";
naersk.url = "github:mhuesch/naersk";
naersk.inputs.nixpkgs.follows = "nixpkgs";
fenix.url = "github:nix-community/fenix";
# TODO: https://github.com/nix-community/fenix/pull/68
# fenix.url = "github:nix-community/fenix";
fenix.url = "github:rvolosatovs/fenix/fix/rustc-patch";
fenix.inputs.nixpkgs.follows = "nixpkgs";
};