diff --git a/flake.lock b/flake.lock index a31277bc..85a94807 100644 --- a/flake.lock +++ b/flake.lock @@ -8,16 +8,15 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1647345112, - "narHash": "sha256-x2CufZxzJcQek4+XcV+Tt7FO4AjFRYE3+QNXiyOlTWU=", - "owner": "rvolosatovs", + "lastModified": 1651818610, + "narHash": "sha256-BSOgUWwPl9YtJqeQ7aa3tkb1YGJ91qfeMjKycVenDKo=", + "owner": "nix-community", "repo": "fenix", - "rev": "c1a1b0672de1154c2111884702bbb8d028b11a79", + "rev": "a43a475f0854a9923271da3c8a960e2461114ead", "type": "github" }, "original": { - "owner": "rvolosatovs", - "ref": "fix/rustc-patch", + "owner": "nix-community", "repo": "fenix", "type": "github" } @@ -236,15 +235,15 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1647163555, - "narHash": "sha256-Ivq9ZlzoNwkVSiKVj7CO2m6+/QhCxPNfgN4NnBnfaec=", - "owner": "rust-analyzer", + "lastModified": 1651656737, + "narHash": "sha256-+nc9Rrc1PBGAx2jXV57Af8WL4nQTTNGX2fp63YD7ynU=", + "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "5e8515870674983cce5b945946045bc1e9b80200", + "rev": "1f709d54463972b189a3120be4073c507f2fbc00", "type": "github" }, "original": { - "owner": "rust-analyzer", + "owner": "rust-lang", "ref": "nightly", "repo": "rust-analyzer", "type": "github" diff --git a/flake.nix b/flake.nix index e900603b..a00c8d64 100644 --- a/flake.nix +++ b/flake.nix @@ -49,9 +49,7 @@ }; naersk.url = "github:nix-community/naersk"; naersk.inputs.nixpkgs.follows = "nixpkgs"; - # TODO: https://github.com/nix-community/fenix/pull/68 - # fenix.url = "github:nix-community/fenix"; - fenix.url = "github:rvolosatovs/fenix/fix/rustc-patch"; + fenix.url = "github:nix-community/fenix"; fenix.inputs.nixpkgs.follows = "nixpkgs"; };