fix: move to main branch of fenix
Some checks failed
build / tests (push) Has been cancelled

This was not used originally due to a deprecated function being used. This has since been resolved.
This commit is contained in:
Callum Leslie 2024-09-12 08:12:05 +01:00
parent 1c5a478ad4
commit 75e7c33a87
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
2 changed files with 4 additions and 5 deletions

View file

@ -6,7 +6,7 @@
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
fenix.inputs.nixpkgs.follows = "nixpkgs";
fenix.url = "github:nix-community/fenix/pull/163/head";
fenix.url = "github:nix-community/fenix";
crane.url = "github:ipetkov/crane";